Class: Aws::Types::GetGeneratedTemplateOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetGeneratedTemplateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
Instance Attribute Details
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
797 798 799 |
# File 'sig/types.rbs', line 797 def status @status end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
798 799 800 |
# File 'sig/types.rbs', line 798 def template_body @template_body end |