Class: Aws::GreengrassV2::Types::ResolveComponentCandidatesResponse

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

#resolved_component_versionsArray<Types::ResolvedComponentVersion>

A list of components that meet the requirements that you specify in the request. This list includes each component's recipe that you can use to install the component.



2766
2767
2768
2769
2770
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2766

class ResolveComponentCandidatesResponse < Struct.new(
  :resolved_component_versions)
  SENSITIVE = []
  include Aws::Structure
end