Class: Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentStrategiesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_component_strategiesArray<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