Class: Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_component_id ⇒ String
The ID of the application component.
Instance Attribute Details
#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 |