Class: Aws::MigrationHubStrategyRecommendations::Types::ServerStatusSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb

Overview

The status summary of the server analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of servers successfully analyzed, partially successful or failed analysis.

Returns:

  • (Integer)


1989
1990
1991
1992
1993
1994
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_statusString

The status of the run time.

Returns:

  • (String)


1989
1990
1991
1992
1993
1994
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1989

class ServerStatusSummary < Struct.new(
  :count,
  :run_time_assessment_status)
  SENSITIVE = []
  include Aws::Structure
end