Class: Aws::Types::ConfigurationSettingsDescription
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationSettingsDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
-
#deployment_status ⇒ "deployed", ...
Returns the value of attribute deployment_status.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
-
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
-
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
204 205 206 |
# File 'sig/types.rbs', line 204 def application_name @application_name end |
#date_created ⇒ ::Time
Returns the value of attribute date_created.
209 210 211 |
# File 'sig/types.rbs', line 209 def date_created @date_created end |
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
210 211 212 |
# File 'sig/types.rbs', line 210 def date_updated @date_updated end |
#deployment_status ⇒ "deployed", ...
Returns the value of attribute deployment_status.
208 209 210 |
# File 'sig/types.rbs', line 208 def deployment_status @deployment_status end |
#description ⇒ ::String
Returns the value of attribute description.
206 207 208 |
# File 'sig/types.rbs', line 206 def description @description end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
207 208 209 |
# File 'sig/types.rbs', line 207 def environment_name @environment_name end |
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
211 212 213 |
# File 'sig/types.rbs', line 211 def option_settings @option_settings end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
203 204 205 |
# File 'sig/types.rbs', line 203 def platform_arn @platform_arn end |
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
202 203 204 |
# File 'sig/types.rbs', line 202 def solution_stack_name @solution_stack_name end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
205 206 207 |
# File 'sig/types.rbs', line 205 def template_name @template_name end |