Class: Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentStrategiesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MigrationHubStrategyRecommendations::Types::GetApplicationComponentStrategiesRequest
 
 
- 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.
      827 828 829 830 831  | 
    
      # File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 827 class GetApplicationComponentStrategiesRequest < Struct.new( :application_component_id) SENSITIVE = [] include Aws::Structure end  |