Class: Aws::MigrationHubStrategyRecommendations::Types::StrategySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::StrategySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Object containing the summary of the strategy recommendations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The count of recommendations per strategy.
-
#strategy ⇒ String
The name of recommended strategy.
Instance Attribute Details
#count ⇒ Integer
The count of recommendations per strategy.
2322 2323 2324 2325 2326 2327 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2322 class StrategySummary < Struct.new( :count, :strategy) SENSITIVE = [] include Aws::Structure end |
#strategy ⇒ String
The name of recommended strategy.
2322 2323 2324 2325 2326 2327 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2322 class StrategySummary < Struct.new( :count, :strategy) SENSITIVE = [] include Aws::Structure end |