Class: Aws::Types::LifeCycleLastCutover

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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