Class: Aws::Types::DescribeTemplateAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTemplateAliasResponse
- 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.
5018 5019 5020 |
# File 'sig/types.rbs', line 5018 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5017 5018 5019 |
# File 'sig/types.rbs', line 5017 def status @status end |
#template_alias ⇒ Types::TemplateAlias
Returns the value of attribute template_alias.
5016 5017 5018 |
# File 'sig/types.rbs', line 5016 def template_alias @template_alias end |