Class: Aws::Mgn::Types::LifeCycle

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Lifecycle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#added_to_service_date_timeString

Lifecycle added to service data and time.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
# File 'lib/aws-sdk-mgn/types.rb', line 2453

class LifeCycle < Struct.new(
  :added_to_service_date_time,
  :first_byte_date_time,
  :elapsed_replication_duration,
  :last_seen_by_service_date_time,
  :last_test,
  :last_cutover,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#elapsed_replication_durationString

Lifecycle elapsed time and duration.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
# File 'lib/aws-sdk-mgn/types.rb', line 2453

class LifeCycle < Struct.new(
  :added_to_service_date_time,
  :first_byte_date_time,
  :elapsed_replication_duration,
  :last_seen_by_service_date_time,
  :last_test,
  :last_cutover,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#first_byte_date_timeString

Lifecycle replication initiation date and time.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
# File 'lib/aws-sdk-mgn/types.rb', line 2453

class LifeCycle < Struct.new(
  :added_to_service_date_time,
  :first_byte_date_time,
  :elapsed_replication_duration,
  :last_seen_by_service_date_time,
  :last_test,
  :last_cutover,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#last_cutoverTypes::LifeCycleLastCutover

Lifecycle last Cutover.



2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
# File 'lib/aws-sdk-mgn/types.rb', line 2453

class LifeCycle < Struct.new(
  :added_to_service_date_time,
  :first_byte_date_time,
  :elapsed_replication_duration,
  :last_seen_by_service_date_time,
  :last_test,
  :last_cutover,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#last_seen_by_service_date_timeString

Lifecycle last seen date and time.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
# File 'lib/aws-sdk-mgn/types.rb', line 2453

class LifeCycle < Struct.new(
  :added_to_service_date_time,
  :first_byte_date_time,
  :elapsed_replication_duration,
  :last_seen_by_service_date_time,
  :last_test,
  :last_cutover,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#last_testTypes::LifeCycleLastTest

Lifecycle last Test.



2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
# File 'lib/aws-sdk-mgn/types.rb', line 2453

class LifeCycle < Struct.new(
  :added_to_service_date_time,
  :first_byte_date_time,
  :elapsed_replication_duration,
  :last_seen_by_service_date_time,
  :last_test,
  :last_cutover,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Lifecycle state.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
# File 'lib/aws-sdk-mgn/types.rb', line 2453

class LifeCycle < Struct.new(
  :added_to_service_date_time,
  :first_byte_date_time,
  :elapsed_replication_duration,
  :last_seen_by_service_date_time,
  :last_test,
  :last_cutover,
  :state)
  SENSITIVE = []
  include Aws::Structure
end