Class: Aws::Types::ConfigurationOptionsDescription
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationOptionsDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ ::Array[Types::ConfigurationOptionDescription]
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.
Instance Attribute Details
#options ⇒ ::Array[Types::ConfigurationOptionDescription]
Returns the value of attribute options.
197 198 199 |
# File 'sig/types.rbs', line 197 def end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
196 197 198 |
# File 'sig/types.rbs', line 196 def platform_arn @platform_arn end |
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
195 196 197 |
# File 'sig/types.rbs', line 195 def solution_stack_name @solution_stack_name end |