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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/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)


4886
4887
4888
4889
4890
4891
4892
4893
4894
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4886

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

#last_update_date_timeString

Wave aggregated status last update dateTime.

Returns:

  • (String)


4886
4887
4888
4889
4890
4891
4892
4893
4894
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4886

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

#progress_statusString

Wave aggregated status progress status.

Returns:

  • (String)


4886
4887
4888
4889
4890
4891
4892
4893
4894
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4886

class WaveAggregatedStatus < Struct.new(
  :health_status,
  :last_update_date_time,
  :progress_status,
  :replication_started_date_time,
  :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)


4886
4887
4888
4889
4890
4891
4892
4893
4894
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4886

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

#total_applicationsInteger

Wave aggregated status total applications amount.

Returns:

  • (Integer)


4886
4887
4888
4889
4890
4891
4892
4893
4894
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4886

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