Class: Aws::Types::LifeCycle
- Inherits:
-
Object
- Object
- Aws::Types::LifeCycle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#added_to_service_date_time ⇒ ::String
Returns the value of attribute added_to_service_date_time.
-
#elapsed_replication_duration ⇒ ::String
Returns the value of attribute elapsed_replication_duration.
-
#first_byte_date_time ⇒ ::String
Returns the value of attribute first_byte_date_time.
-
#last_cutover ⇒ Types::LifeCycleLastCutover
Returns the value of attribute last_cutover.
-
#last_seen_by_service_date_time ⇒ ::String
Returns the value of attribute last_seen_by_service_date_time.
-
#last_test ⇒ Types::LifeCycleLastTest
Returns the value of attribute last_test.
-
#state ⇒ "STOPPED", ...
Returns the value of attribute state.
Instance Attribute Details
#added_to_service_date_time ⇒ ::String
Returns the value of attribute added_to_service_date_time.
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.
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.
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.
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.
756 757 758 |
# File 'sig/types.rbs', line 756 def state @state end |