Class: Aws::Types::ApplicationDescription
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#configuration_templates ⇒ ::Array[::String]
Returns the value of attribute configuration_templates.
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
Returns the value of attribute resource_lifecycle_config.
-
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def application_arn @application_arn end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
19 20 21 |
# File 'sig/types.rbs', line 19 def application_name @application_name end |
#configuration_templates ⇒ ::Array[::String]
Returns the value of attribute configuration_templates.
24 25 26 |
# File 'sig/types.rbs', line 24 def configuration_templates @configuration_templates end |
#date_created ⇒ ::Time
Returns the value of attribute date_created.
21 22 23 |
# File 'sig/types.rbs', line 21 def date_created @date_created end |
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
22 23 24 |
# File 'sig/types.rbs', line 22 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
20 21 22 |
# File 'sig/types.rbs', line 20 def description @description end |
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
Returns the value of attribute resource_lifecycle_config.
25 26 27 |
# File 'sig/types.rbs', line 25 def resource_lifecycle_config @resource_lifecycle_config end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
23 24 25 |
# File 'sig/types.rbs', line 23 def versions @versions end |