Class: Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentStrategiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentStrategiesRequest
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/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.
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 |