Class: Aws::Types::LifeCycleLastTest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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