Class: Aws::Types::CreateStateTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateStateTemplateResponse
- 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.
266 267 268 |
# File 'sig/types.rbs', line 266 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
267 268 269 |
# File 'sig/types.rbs', line 267 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
265 266 267 |
# File 'sig/types.rbs', line 265 def name @name end |