Class: Aws::Types::CreateStackRefactorInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStackRefactorInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enable_stack_creation ⇒ Boolean
Returns the value of attribute enable_stack_creation.
-
#resource_mappings ⇒ ::Array[Types::ResourceMapping]
Returns the value of attribute resource_mappings.
-
#stack_definitions ⇒ ::Array[Types::StackDefinition]
Returns the value of attribute stack_definitions.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
255 256 257 |
# File 'sig/types.rbs', line 255 def description @description end |
#enable_stack_creation ⇒ Boolean
Returns the value of attribute enable_stack_creation.
256 257 258 |
# File 'sig/types.rbs', line 256 def enable_stack_creation @enable_stack_creation end |
#resource_mappings ⇒ ::Array[Types::ResourceMapping]
Returns the value of attribute resource_mappings.
257 258 259 |
# File 'sig/types.rbs', line 257 def resource_mappings @resource_mappings end |
#stack_definitions ⇒ ::Array[Types::StackDefinition]
Returns the value of attribute stack_definitions.
258 259 260 |
# File 'sig/types.rbs', line 258 def stack_definitions @stack_definitions end |