Class: Aws::GreengrassV2::Types::ListComponentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ListComponentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to be returned per paginated request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#scope ⇒ String
The scope of the components to list.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to be returned per paginated request.
2449 2450 2451 2452 2453 2454 2455 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2449 class ListComponentsRequest < Struct.new( :scope, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results.
2449 2450 2451 2452 2453 2454 2455 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2449 class ListComponentsRequest < Struct.new( :scope, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
The scope of the components to list.
Default: ‘PRIVATE`
2449 2450 2451 2452 2453 2454 2455 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2449 class ListComponentsRequest < Struct.new( :scope, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |