Class: Aws::Types::LifeCycle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#added_to_service_date_time ⇒ ::String

Returns the value of attribute added_to_service_date_time.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def added_to_service_date_time
  @added_to_service_date_time
end

#elapsed_replication_duration ⇒ ::String

Returns the value of attribute elapsed_replication_duration.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def elapsed_replication_duration
  @elapsed_replication_duration
end

#first_byte_date_time ⇒ ::String

Returns the value of attribute first_byte_date_time.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def first_byte_date_time
  @first_byte_date_time
end

#last_cutover ⇒ Types::LifeCycleLastCutover

Returns the value of attribute last_cutover.



755
756
757
# File 'sig/types.rbs', line 755

def last_cutover
  @last_cutover
end

#last_seen_by_service_date_time ⇒ ::String

Returns the value of attribute last_seen_by_service_date_time.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def last_seen_by_service_date_time
  @last_seen_by_service_date_time
end

#last_test ⇒ Types::LifeCycleLastTest

Returns the value of attribute last_test.



754
755
756
# File 'sig/types.rbs', line 754

def last_test
  @last_test
end

#state ⇒ "STOPPED", ...

Returns the value of attribute state.

Returns:

  • ("STOPPED", "NOT_READY", "READY_FOR_TEST", "TESTING", "READY_FOR_CUTOVER", "CUTTING_OVER", "CUTOVER", "DISCONNECTED", "DISCOVERED", "PENDING_INSTALLATION")


756
757
758
# File 'sig/types.rbs', line 756

def state
  @state
end