Class: Aws::Types::DescribeConfigurationOptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationOptionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#options ⇒ ::Array[Types::OptionSpecification]
Returns the value of attribute options.
-
#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.
367 368 369 |
# File 'sig/types.rbs', line 367 def application_name @application_name end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
369 370 371 |
# File 'sig/types.rbs', line 369 def environment_name @environment_name end |
#options ⇒ ::Array[Types::OptionSpecification]
Returns the value of attribute options.
372 373 374 |
# File 'sig/types.rbs', line 372 def end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
371 372 373 |
# File 'sig/types.rbs', line 371 def platform_arn @platform_arn end |
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
370 371 372 |
# File 'sig/types.rbs', line 370 def solution_stack_name @solution_stack_name end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
368 369 370 |
# File 'sig/types.rbs', line 368 def template_name @template_name end |