Class: Aws::Drs::Types::LifeCycle

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

An object representing the Source Server Lifecycle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#added_to_service_date_timeString

The date and time of when the Source Server was added to the service.

Returns:

  • (String)


1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1767

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

#elapsed_replication_durationString

The amount of time that the Source Server has been replicating for.

Returns:

  • (String)


1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1767

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

#first_byte_date_timeString

The date and time of the first byte that was replicated from the Source Server.

Returns:

  • (String)


1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1767

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

#last_launchTypes::LifeCycleLastLaunch

An object containing information regarding the last launch of the Source Server.



1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1767

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

#last_seen_by_service_date_timeString

The date and time this Source Server was last seen by the service.

Returns:

  • (String)


1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1767

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