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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2454
2455
2456
2457
2458
2459
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2454

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)


2454
2455
2456
2457
2458
2459
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2454

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