Class: Aws::IoT1ClickProjects::Types::ListProjectsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::ListProjectsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return per request.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return per request. If not set, a default value of 100 is used.
316 317 318 319 320 321 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 316 class ListProjectsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
316 317 318 319 320 321 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 316 class ListProjectsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |