Class: Aws::MigrationHubStrategyRecommendations::Types::GetServerStrategiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetServerStrategiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_strategies ⇒ Array<Types::ServerStrategy>
A list of strategy recommendations for the server.
Instance Attribute Details
#server_strategies ⇒ Array<Types::ServerStrategy>
A list of strategy recommendations for the server.
1127 1128 1129 1130 1131 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1127 class GetServerStrategiesResponse < Struct.new( :server_strategies) SENSITIVE = [] include Aws::Structure end |