Class: Aws::AppConfig::Types::CreateApplicationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the application.

Returns:

  • (String)


434
435
436
437
438
439
440
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 434

class CreateApplicationRequest < Struct.new(
  :name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the application.

Returns:

  • (String)


434
435
436
437
438
439
440
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 434

class CreateApplicationRequest < Struct.new(
  :name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

Returns:

  • (Hash<String,String>)


434
435
436
437
438
439
440
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 434

class CreateApplicationRequest < Struct.new(
  :name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end