Class: Aws::Types::LifeCycleLastCutover
- Inherits:
-
Object
- Object
- Aws::Types::LifeCycleLastCutover
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finalized ⇒ Types::LifeCycleLastCutoverFinalized
Returns the value of attribute finalized.
-
#initiated ⇒ Types::LifeCycleLastCutoverInitiated
Returns the value of attribute initiated.
-
#reverted ⇒ Types::LifeCycleLastCutoverReverted
Returns the value of attribute reverted.
Instance Attribute Details
#finalized ⇒ Types::LifeCycleLastCutoverFinalized
Returns the value of attribute finalized.
763 764 765 |
# File 'sig/types.rbs', line 763 def finalized @finalized end |
#initiated ⇒ Types::LifeCycleLastCutoverInitiated
Returns the value of attribute initiated.
761 762 763 |
# File 'sig/types.rbs', line 761 def initiated @initiated end |
#reverted ⇒ Types::LifeCycleLastCutoverReverted
Returns the value of attribute reverted.
762 763 764 |
# File 'sig/types.rbs', line 762 def reverted @reverted end |