Class: Aws::Types::GetGeneratedTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::GetGeneratedTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "JSON", "YAML"
Returns the value of attribute format.
-
#generated_template_name ⇒ ::String
Returns the value of attribute generated_template_name.
Instance Attribute Details
#format ⇒ "JSON", "YAML"
Returns the value of attribute format.
791 792 793 |
# File 'sig/types.rbs', line 791 def format @format end |
#generated_template_name ⇒ ::String
Returns the value of attribute generated_template_name.
792 793 794 |
# File 'sig/types.rbs', line 792 def generated_template_name @generated_template_name end |