Class: Aws::Types::TemplateSectionInstruction
- Inherits:
-
Object
- Object
- Aws::Types::TemplateSectionInstruction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#section_header ⇒ ::String
Returns the value of attribute section_header.
-
#section_instruction ⇒ ::String
Returns the value of attribute section_instruction.
Instance Attribute Details
#section_header ⇒ ::String
Returns the value of attribute section_header.
497 498 499 |
# File 'sig/types.rbs', line 497 def section_header @section_header end |
#section_instruction ⇒ ::String
Returns the value of attribute section_instruction.
498 499 500 |
# File 'sig/types.rbs', line 498 def section_instruction @section_instruction end |