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.
2426 2427 2428 2429 2430 2431 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2426 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.
2426 2427 2428 2429 2430 2431 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2426 class ListComponentVersionsResponse < Struct.new( :component_versions, :next_token) SENSITIVE = [] include Aws::Structure end |