Class: Aws::Mgn::Types::ApplicationAggregatedStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ApplicationAggregatedStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Application aggregated status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_status ⇒ String
Application aggregated status health status.
-
#last_update_date_time ⇒ String
Application aggregated status last update dateTime.
-
#progress_status ⇒ String
Application aggregated status progress status.
-
#total_source_servers ⇒ Integer
Application aggregated status total source servers amount.
Instance Attribute Details
#health_status ⇒ String
Application aggregated status health status.
107 108 109 110 111 112 113 114 |
# File 'lib/aws-sdk-mgn/types.rb', line 107 class ApplicationAggregatedStatus < Struct.new( :health_status, :last_update_date_time, :progress_status, :total_source_servers) SENSITIVE = [] include Aws::Structure end |
#last_update_date_time ⇒ String
Application aggregated status last update dateTime.
107 108 109 110 111 112 113 114 |
# File 'lib/aws-sdk-mgn/types.rb', line 107 class ApplicationAggregatedStatus < Struct.new( :health_status, :last_update_date_time, :progress_status, :total_source_servers) SENSITIVE = [] include Aws::Structure end |
#progress_status ⇒ String
Application aggregated status progress status.
107 108 109 110 111 112 113 114 |
# File 'lib/aws-sdk-mgn/types.rb', line 107 class ApplicationAggregatedStatus < Struct.new( :health_status, :last_update_date_time, :progress_status, :total_source_servers) SENSITIVE = [] include Aws::Structure end |
#total_source_servers ⇒ Integer
Application aggregated status total source servers amount.
107 108 109 110 111 112 113 114 |
# File 'lib/aws-sdk-mgn/types.rb', line 107 class ApplicationAggregatedStatus < Struct.new( :health_status, :last_update_date_time, :progress_status, :total_source_servers) SENSITIVE = [] include Aws::Structure end |