Class: Aws::Snowball::Types::ListClusterJobsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListClusterJobsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_list_entries ⇒ Array<Types::JobListEntry>
Each ‘JobListEntry` object contains a job’s state, a job’s ID, and a value that indicates whether the job is a job part, in the case of export jobs.
-
#next_token ⇒ String
HTTP requests are stateless.
Instance Attribute Details
#job_list_entries ⇒ Array<Types::JobListEntry>
Each ‘JobListEntry` object contains a job’s state, a job’s ID, and a value that indicates whether the job is a job part, in the case of export jobs.
1771 1772 1773 1774 1775 1776 |
# File 'lib/aws-sdk-snowball/types.rb', line 1771 class ListClusterJobsResult < Struct.new( :job_list_entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
HTTP requests are stateless. If you use the automatically generated ‘NextToken` value in your next `ListClusterJobsResult` call, your list of returned jobs will start from this point in the array.
1771 1772 1773 1774 1775 1776 |
# File 'lib/aws-sdk-snowball/types.rb', line 1771 class ListClusterJobsResult < Struct.new( :job_list_entries, :next_token) SENSITIVE = [] include Aws::Structure end |