Class: Aws::Types::GetTemplateOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stages_available ⇒ ::Array[("Original" | "Processed")]
Returns the value of attribute stages_available.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
Instance Attribute Details
#stages_available ⇒ ::Array[("Original" | "Processed")]
Returns the value of attribute stages_available.
843 844 845 |
# File 'sig/types.rbs', line 843 def stages_available @stages_available end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
842 843 844 |
# File 'sig/types.rbs', line 842 def template_body @template_body end |