Class: Aws::Types::GetTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#template_stage ⇒ "Original", "Processed"
Returns the value of attribute template_stage.
Instance Attribute Details
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
836 837 838 |
# File 'sig/types.rbs', line 836 def change_set_name @change_set_name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
835 836 837 |
# File 'sig/types.rbs', line 835 def stack_name @stack_name end |
#template_stage ⇒ "Original", "Processed"
Returns the value of attribute template_stage.
837 838 839 |
# File 'sig/types.rbs', line 837 def template_stage @template_stage end |