Class: Aws::Mgn::Types::WaveAggregatedStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::WaveAggregatedStatus
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Wave aggregated status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_status ⇒ String
Wave aggregated status health status.
-
#last_update_date_time ⇒ String
Wave aggregated status last update dateTime.
-
#progress_status ⇒ String
Wave aggregated status progress status.
-
#replication_started_date_time ⇒ String
DateTime marking when the first source server in the wave started replication.
-
#total_applications ⇒ Integer
Wave aggregated status total applications amount.
Instance Attribute Details
#health_status ⇒ String
Wave aggregated status health status.
7688 7689 7690 7691 7692 7693 7694 7695 7696 |
# File 'gems/aws-sdk-mgn/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.
7688 7689 7690 7691 7692 7693 7694 7695 7696 |
# File 'gems/aws-sdk-mgn/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.
7688 7689 7690 7691 7692 7693 7694 7695 7696 |
# File 'gems/aws-sdk-mgn/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.
7688 7689 7690 7691 7692 7693 7694 7695 7696 |
# File 'gems/aws-sdk-mgn/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.
7688 7689 7690 7691 7692 7693 7694 7695 7696 |
# File 'gems/aws-sdk-mgn/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 |