Class: Aws::Mgn::Types::LifeCycle
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LifeCycle
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Lifecycle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#added_to_service_date_time ⇒ String
Lifecycle added to service data and time.
-
#elapsed_replication_duration ⇒ String
Lifecycle elapsed time and duration.
-
#first_byte_date_time ⇒ String
Lifecycle replication initiation date and time.
-
#last_cutover ⇒ Types::LifeCycleLastCutover
Lifecycle last Cutover.
-
#last_seen_by_service_date_time ⇒ String
Lifecycle last seen date and time.
-
#last_test ⇒ Types::LifeCycleLastTest
Lifecycle last Test.
-
#state ⇒ String
Lifecycle state.
Instance Attribute Details
#added_to_service_date_time ⇒ String
Lifecycle added to service data and time.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2131 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_cutover, :last_seen_by_service_date_time, :last_test, :state) SENSITIVE = [] include Aws::Structure end |
#elapsed_replication_duration ⇒ String
Lifecycle elapsed time and duration.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2131 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_cutover, :last_seen_by_service_date_time, :last_test, :state) SENSITIVE = [] include Aws::Structure end |
#first_byte_date_time ⇒ String
Lifecycle replication initiation date and time.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2131 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_cutover, :last_seen_by_service_date_time, :last_test, :state) SENSITIVE = [] include Aws::Structure end |
#last_cutover ⇒ Types::LifeCycleLastCutover
Lifecycle last Cutover.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2131 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_cutover, :last_seen_by_service_date_time, :last_test, :state) SENSITIVE = [] include Aws::Structure end |
#last_seen_by_service_date_time ⇒ String
Lifecycle last seen date and time.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2131 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_cutover, :last_seen_by_service_date_time, :last_test, :state) SENSITIVE = [] include Aws::Structure end |
#last_test ⇒ Types::LifeCycleLastTest
Lifecycle last Test.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2131 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_cutover, :last_seen_by_service_date_time, :last_test, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Lifecycle state.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2131 class LifeCycle < Struct.new( :added_to_service_date_time, :elapsed_replication_duration, :first_byte_date_time, :last_cutover, :last_seen_by_service_date_time, :last_test, :state) SENSITIVE = [] include Aws::Structure end |