Class: Aws::Types::DeleteStateTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteStateTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
461 462 463 |
# File 'sig/types.rbs', line 461 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
462 463 464 |
# File 'sig/types.rbs', line 462 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
460 461 462 |
# File 'sig/types.rbs', line 460 def name @name end |