Class: Aws::GreengrassV2::Types::ResolveComponentCandidatesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_candidatesArray<Types::ComponentCandidate>

The list of components to resolve.

Returns:



2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2772

class ResolveComponentCandidatesRequest < Struct.new(
  :platform,
  :component_candidates)
  SENSITIVE = []
  include Aws::Structure
end

#platformTypes::ComponentPlatform

The platform to use to resolve compatible components.



2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2772

class ResolveComponentCandidatesRequest < Struct.new(
  :platform,
  :component_candidates)
  SENSITIVE = []
  include Aws::Structure
end