Class: Aws::Types::StackDefinition
- Inherits:
-
Object
- Object
- Aws::Types::StackDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
Instance Attribute Details
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def stack_name @stack_name end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def template_url @template_url end |