Class: Aws::Mgn::Types::WaveAggregatedStatus

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

Overview

Wave aggregated status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_status ⇒ String

Wave aggregated status health status.

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
7695
7696
# File 'lib/aws-sdk-mgn/types.rb', line 7688

class WaveAggregatedStatus < Struct.new(
  :last_update_date_time,
  :replication_started_date_time,
  :health_status,
  :progress_status,
  :total_applications)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_date_time ⇒ String

Wave aggregated status last update dateTime.

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
7695
7696
# File 'lib/aws-sdk-mgn/types.rb', line 7688

class WaveAggregatedStatus < Struct.new(
  :last_update_date_time,
  :replication_started_date_time,
  :health_status,
  :progress_status,
  :total_applications)
  SENSITIVE = []
  include Aws::Structure
end

#progress_status ⇒ String

Wave aggregated status progress status.

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
7695
7696
# File 'lib/aws-sdk-mgn/types.rb', line 7688

class WaveAggregatedStatus < Struct.new(
  :last_update_date_time,
  :replication_started_date_time,
  :health_status,
  :progress_status,
  :total_applications)
  SENSITIVE = []
  include Aws::Structure
end

#replication_started_date_time ⇒ String

DateTime marking when the first source server in the wave started replication.

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
7695
7696
# File 'lib/aws-sdk-mgn/types.rb', line 7688

class WaveAggregatedStatus < Struct.new(
  :last_update_date_time,
  :replication_started_date_time,
  :health_status,
  :progress_status,
  :total_applications)
  SENSITIVE = []
  include Aws::Structure
end

#total_applications ⇒ Integer

Wave aggregated status total applications amount.

Returns:

  • (Integer)


7688
7689
7690
7691
7692
7693
7694
7695
7696
# File 'lib/aws-sdk-mgn/types.rb', line 7688

class WaveAggregatedStatus < Struct.new(
  :last_update_date_time,
  :replication_started_date_time,
  :health_status,
  :progress_status,
  :total_applications)
  SENSITIVE = []
  include Aws::Structure
end