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.
4260 4261 4262 |
# File 'sig/types.rbs', line 4260 def alias_name @alias_name end |
#arn ⇒ ::String
Returns the value of attribute arn.
4261 4262 4263 |
# File 'sig/types.rbs', line 4261 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4262 4263 4264 |
# File 'sig/types.rbs', line 4262 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4258 4259 4260 |
# File 'sig/types.rbs', line 4258 def status @status end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
4259 4260 4261 |
# File 'sig/types.rbs', line 4259 def template_id @template_id end |