Method: Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentDetailsRequest#application_component_id
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
#application_component_id ⇒ String
The ID of the application component. The ID is unique within an AWS account.
784 785 786 787 788 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 784 class GetApplicationComponentDetailsRequest < Struct.new( :application_component_id) SENSITIVE = [] include Aws::Structure end |