Class: Aws::Snowball::Types::ListJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListJobsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of ‘JobListEntry` objects to return.
-
#next_token ⇒ String
HTTP requests are stateless.
Instance Attribute Details
#max_results ⇒ Integer
The number of ‘JobListEntry` objects to return.
1868 1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-snowball/types.rb', line 1868 class ListJobsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
HTTP requests are stateless. To identify what object comes “next” in the list of ‘JobListEntry` objects, you have the option of specifying `NextToken` as the starting point for your returned list.
1868 1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-snowball/types.rb', line 1868 class ListJobsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |