Class: Aws::MigrationHubStrategyRecommendations::Types::StrategySummary

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

Overview

Object containing the summary of the strategy recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The count of recommendations per strategy.

Returns:

  • (Integer)


2322
2323
2324
2325
2326
2327
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2322

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

#strategyString

The name of recommended strategy.

Returns:

  • (String)


2322
2323
2324
2325
2326
2327
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2322

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