Class: Aws::AppConfig::Types::Application
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::Application
- Includes:
- Structure
- Defined in:
- 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.
156 157 158 159 160 161 162 |
# File 'lib/aws-sdk-appconfig/types.rb', line 156 class Application < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The application ID.
156 157 158 159 160 161 162 |
# File 'lib/aws-sdk-appconfig/types.rb', line 156 class Application < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The application name.
156 157 158 159 160 161 162 |
# File 'lib/aws-sdk-appconfig/types.rb', line 156 class Application < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |