Class: Aws::AppConfig::Types::CreateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::CreateApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the application.
-
#name ⇒ String
A name for the application.
-
#tags ⇒ Hash<String,String>
Metadata to assign to the application.
Instance Attribute Details
#description ⇒ String
A description of the application.
458 459 460 461 462 463 464 |
# File 'lib/aws-sdk-appconfig/types.rb', line 458 class CreateApplicationRequest < Struct.new( :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the application.
458 459 460 461 462 463 464 |
# File 'lib/aws-sdk-appconfig/types.rb', line 458 class CreateApplicationRequest < Struct.new( :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<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.
458 459 460 461 462 463 464 |
# File 'lib/aws-sdk-appconfig/types.rb', line 458 class CreateApplicationRequest < Struct.new( :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |