Class: Aws::GreengrassV2::Types::ListComponentVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ListComponentVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_versions ⇒ Array<Types::ComponentVersionListItem>
A list of versions that exist for the component.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#component_versions ⇒ Array<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_token ⇒ String
The token for the next set of results, or null if there are no additional results.
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 |