Class: Aws::GreengrassV2::Types::ListComponentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ListComponentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#components ⇒ Array<Types::Component>
A list that summarizes each component.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#components ⇒ Array<Types::Component>
A list that summarizes each component.
2496 2497 2498 2499 2500 2501 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2496 class ListComponentsResponse < Struct.new( :components, :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.
2496 2497 2498 2499 2500 2501 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2496 class ListComponentsResponse < Struct.new( :components, :next_token) SENSITIVE = [] include Aws::Structure end |