Class: Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentStrategiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentStrategiesResponse
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_component_strategies ⇒ Array<Types::ApplicationComponentStrategy>
A list of application component strategy recommendations.
Instance Attribute Details
#application_component_strategies ⇒ Array<Types::ApplicationComponentStrategy>
A list of application component strategy recommendations.
839 840 841 842 843 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 839 class GetApplicationComponentStrategiesResponse < Struct.new( :application_component_strategies) SENSITIVE = [] include Aws::Structure end |