Class: Aws::Types::CreateTemplateAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTemplateAliasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#template_alias ⇒ Types::TemplateAlias
Returns the value of attribute template_alias.
Instance Attribute Details
#request_id ⇒ ::String
Returns the value of attribute request_id.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def status @status end |
#template_alias ⇒ Types::TemplateAlias
Returns the value of attribute template_alias.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def template_alias @template_alias end |