Class: Aws::Types::DeleteTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
4101 4102 4103 |
# File 'sig/types.rbs', line 4101 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4100 4101 4102 |
# File 'sig/types.rbs', line 4100 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4103 4104 4105 |
# File 'sig/types.rbs', line 4103 def status @status end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
4102 4103 4104 |
# File 'sig/types.rbs', line 4102 def template_id @template_id end |