Class: Aws::Types::TransitionState
- Inherits:
-
Object
- Object
- Aws::Types::TransitionState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disabled_reason ⇒ ::String
Returns the value of attribute disabled_reason.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#last_changed_at ⇒ ::Time
Returns the value of attribute last_changed_at.
-
#last_changed_by ⇒ ::String
Returns the value of attribute last_changed_by.
Instance Attribute Details
#disabled_reason ⇒ ::String
Returns the value of attribute disabled_reason.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def disabled_reason @disabled_reason end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def enabled @enabled end |
#last_changed_at ⇒ ::Time
Returns the value of attribute last_changed_at.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def last_changed_at @last_changed_at end |
#last_changed_by ⇒ ::String
Returns the value of attribute last_changed_by.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def last_changed_by @last_changed_by end |