Class: Aws::Types::DeleteTemplateAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTemplateAliasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
4086 4087 4088 |
# File 'sig/types.rbs', line 4086 def alias_name @alias_name end |
#arn ⇒ ::String
Returns the value of attribute arn.
4087 4088 4089 |
# File 'sig/types.rbs', line 4087 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4088 4089 4090 |
# File 'sig/types.rbs', line 4088 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4084 4085 4086 |
# File 'sig/types.rbs', line 4084 def status @status end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
4085 4086 4087 |
# File 'sig/types.rbs', line 4085 def template_id @template_id end |