Class: Aws::MigrationHubStrategyRecommendations::Types::ServerStatusSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ServerStatusSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
The status summary of the server analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of servers successfully analyzed, partially successful or failed analysis.
-
#run_time_assessment_status ⇒ String
The status of the run time.
Instance Attribute Details
#count ⇒ Integer
The number of servers successfully analyzed, partially successful or failed analysis.
1989 1990 1991 1992 1993 1994 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1989 class ServerStatusSummary < Struct.new( :count, :run_time_assessment_status) SENSITIVE = [] include Aws::Structure end |
#run_time_assessment_status ⇒ String
The status of the run time.
1989 1990 1991 1992 1993 1994 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1989 class ServerStatusSummary < Struct.new( :count, :run_time_assessment_status) SENSITIVE = [] include Aws::Structure end |