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.
4987 4988 4989 4990 4991 4992 4993 4994 4995 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4987 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.
4987 4988 4989 4990 4991 4992 4993 4994 4995 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4987 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.
4987 4988 4989 4990 4991 4992 4993 4994 4995 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4987 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.
4987 4988 4989 4990 4991 4992 4993 4994 4995 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4987 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.
4987 4988 4989 4990 4991 4992 4993 4994 4995 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4987 class WaveAggregatedStatus < Struct.new( :last_update_date_time, :replication_started_date_time, :health_status, :progress_status, :total_applications) SENSITIVE = [] include Aws::Structure end |