Class: Aws::AppConfig::Types::Application
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::Application
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the application.
-
#id ⇒ String
The application ID.
-
#name ⇒ String
The application name.
Instance Attribute Details
#description ⇒ String
The description of the application.
154 155 156 157 158 159 160 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 154 class Application < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The application ID.
154 155 156 157 158 159 160 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 154 class Application < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The application name.
154 155 156 157 158 159 160 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 154 class Application < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |