Class: Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentStrategiesRequest

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_idString

The ID of the application component. The ID is unique within an AWS account.

Returns:

  • (String)


827
828
829
830
831
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 827

class GetApplicationComponentStrategiesRequest < Struct.new(
  :application_component_id)
  SENSITIVE = []
  include Aws::Structure
end