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_statusString

Wave aggregated status health status.

Returns:

  • (String)


7379
7380
7381
7382
7383
7384
7385
7386
7387
# File 'lib/aws-sdk-mgn/types.rb', line 7379

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_timeString

Wave aggregated status last update dateTime.

Returns:

  • (String)


7379
7380
7381
7382
7383
7384
7385
7386
7387
# File 'lib/aws-sdk-mgn/types.rb', line 7379

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

#progress_statusString

Wave aggregated status progress status.

Returns:

  • (String)


7379
7380
7381
7382
7383
7384
7385
7386
7387
# File 'lib/aws-sdk-mgn/types.rb', line 7379

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_timeString

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

Returns:

  • (String)


7379
7380
7381
7382
7383
7384
7385
7386
7387
# File 'lib/aws-sdk-mgn/types.rb', line 7379

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

#total_applicationsInteger

Wave aggregated status total applications amount.

Returns:

  • (Integer)


7379
7380
7381
7382
7383
7384
7385
7386
7387
# File 'lib/aws-sdk-mgn/types.rb', line 7379

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