Class: Aws::Types::RollbackTrigger
- Inherits:
-
Object
- Object
- Aws::Types::RollbackTrigger
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def arn @arn end |
#type ⇒ ::String
Returns the value of attribute type.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def type @type end |