Class: Aws::ElasticBeanstalk::Types::ApplicationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ApplicationDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes the properties of an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#application_name ⇒ String
The name of the application.
-
#configuration_templates ⇒ Array<String>
The names of the configuration templates associated with this application.
-
#date_created ⇒ Time
The date when the application was created.
-
#date_updated ⇒ Time
The date when the application was last modified.
-
#description ⇒ String
User-defined description of the application.
-
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
The lifecycle settings for the application.
-
#versions ⇒ Array<String>
The names of the versions for this application.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 69 class ApplicationDescription < Struct.new( :application_arn, :application_name, :description, :date_created, :date_updated, :versions, :configuration_templates, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |
#application_name ⇒ String
The name of the application.
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 69 class ApplicationDescription < Struct.new( :application_arn, :application_name, :description, :date_created, :date_updated, :versions, :configuration_templates, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |
#configuration_templates ⇒ Array<String>
The names of the configuration templates associated with this application.
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 69 class ApplicationDescription < Struct.new( :application_arn, :application_name, :description, :date_created, :date_updated, :versions, :configuration_templates, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |
#date_created ⇒ Time
The date when the application was created.
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 69 class ApplicationDescription < Struct.new( :application_arn, :application_name, :description, :date_created, :date_updated, :versions, :configuration_templates, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |
#date_updated ⇒ Time
The date when the application was last modified.
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 69 class ApplicationDescription < Struct.new( :application_arn, :application_name, :description, :date_created, :date_updated, :versions, :configuration_templates, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
User-defined description of the application.
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 69 class ApplicationDescription < Struct.new( :application_arn, :application_name, :description, :date_created, :date_updated, :versions, :configuration_templates, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
The lifecycle settings for the application.
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 69 class ApplicationDescription < Struct.new( :application_arn, :application_name, :description, :date_created, :date_updated, :versions, :configuration_templates, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |
#versions ⇒ Array<String>
The names of the versions for this application.
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 69 class ApplicationDescription < Struct.new( :application_arn, :application_name, :description, :date_created, :date_updated, :versions, :configuration_templates, :resource_lifecycle_config) SENSITIVE = [] include Aws::Structure end |