Class: Aws::Types::CreateGeneratedTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGeneratedTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generated_template_name ⇒ ::String
Returns the value of attribute generated_template_name.
-
#resources ⇒ ::Array[Types::ResourceDefinition]
Returns the value of attribute resources.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
Instance Attribute Details
#generated_template_name ⇒ ::String
Returns the value of attribute generated_template_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def generated_template_name @generated_template_name end |
#resources ⇒ ::Array[Types::ResourceDefinition]
Returns the value of attribute resources.
195 196 197 |
# File 'sig/types.rbs', line 195 def resources @resources end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
197 198 199 |
# File 'sig/types.rbs', line 197 def stack_name @stack_name end |
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
198 199 200 |
# File 'sig/types.rbs', line 198 def template_configuration @template_configuration end |