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.
2468 2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2468 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.
2468 2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2468 class ListComponentsResponse < Struct.new( :components, :next_token) SENSITIVE = [] include Aws::Structure end |