Class: Aws::Types::CustomTemplate
- Inherits:
-
Object
- Object
- Aws::Types::CustomTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_instructions ⇒ ::Array[Types::TemplateSectionInstruction]
Returns the value of attribute template_instructions.
-
#template_type ⇒ "HISTORY_AND_PHYSICAL", ...
Returns the value of attribute template_type.
Instance Attribute Details
#template_instructions ⇒ ::Array[Types::TemplateSectionInstruction]
Returns the value of attribute template_instructions.
103 104 105 |
# File 'sig/types.rbs', line 103 def template_instructions @template_instructions end |
#template_type ⇒ "HISTORY_AND_PHYSICAL", ...
Returns the value of attribute template_type.
102 103 104 |
# File 'sig/types.rbs', line 102 def template_type @template_type end |