Class: Aws::GreengrassV2::Types::ResolveComponentCandidatesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GreengrassV2::Types::ResolveComponentCandidatesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrassv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #component_candidates  ⇒ Array<Types::ComponentCandidate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of components to resolve.
 - 
  
    
      #platform  ⇒ Types::ComponentPlatform 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The platform to use to resolve compatible components.
 
Instance Attribute Details
#component_candidates ⇒ Array<Types::ComponentCandidate>
The list of components to resolve.
      2772 2773 2774 2775 2776 2777  | 
    
      # File 'lib/aws-sdk-greengrassv2/types.rb', line 2772 class ResolveComponentCandidatesRequest < Struct.new( :platform, :component_candidates) SENSITIVE = [] include Aws::Structure end  | 
  
#platform ⇒ Types::ComponentPlatform
The platform to use to resolve compatible components.
      2772 2773 2774 2775 2776 2777  | 
    
      # File 'lib/aws-sdk-greengrassv2/types.rb', line 2772 class ResolveComponentCandidatesRequest < Struct.new( :platform, :component_candidates) SENSITIVE = [] include Aws::Structure end  |