Class: Aws::Types::LifeCycleLastTest
- Inherits:
-
Object
- Object
- Aws::Types::LifeCycleLastTest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finalized ⇒ Types::LifeCycleLastTestFinalized
Returns the value of attribute finalized.
-
#initiated ⇒ Types::LifeCycleLastTestInitiated
Returns the value of attribute initiated.
-
#reverted ⇒ Types::LifeCycleLastTestReverted
Returns the value of attribute reverted.
Instance Attribute Details
#finalized ⇒ Types::LifeCycleLastTestFinalized
Returns the value of attribute finalized.
786 787 788 |
# File 'sig/types.rbs', line 786 def finalized @finalized end |
#initiated ⇒ Types::LifeCycleLastTestInitiated
Returns the value of attribute initiated.
784 785 786 |
# File 'sig/types.rbs', line 784 def initiated @initiated end |
#reverted ⇒ Types::LifeCycleLastTestReverted
Returns the value of attribute reverted.
785 786 787 |
# File 'sig/types.rbs', line 785 def reverted @reverted end |