Class: Aws::GreengrassV2::Types::ListComponentVersionsResponse

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_versionsArray<Types::ComponentVersionListItem>

A list of versions that exist for the component.



2407
2408
2409
2410
2411
2412
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2407

class ListComponentVersionsResponse < Struct.new(
  :component_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


2407
2408
2409
2410
2411
2412
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2407

class ListComponentVersionsResponse < Struct.new(
  :component_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end