Class: Aws::Types::UpdateStateTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStateTemplateResponse
- 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.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def name @name end |