Class: Aws::S3Control::Types::ListJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListJobsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID associated with the S3 Batch Operations job.
-
#job_statuses ⇒ Array<String>
The ‘List Jobs` request returns jobs that match the statuses listed in this element.
-
#max_results ⇒ Integer
The maximum number of jobs that Amazon S3 will include in the ‘List Jobs` response.
-
#next_token ⇒ String
A pagination token to request the next page of results.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID associated with the S3 Batch Operations job.
5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'lib/aws-sdk-s3control/types.rb', line 5076 class ListJobsRequest < Struct.new( :account_id, :job_statuses, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#job_statuses ⇒ Array<String>
The ‘List Jobs` request returns jobs that match the statuses listed in this element.
5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'lib/aws-sdk-s3control/types.rb', line 5076 class ListJobsRequest < Struct.new( :account_id, :job_statuses, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of jobs that Amazon S3 will include in the ‘List Jobs` response. If there are more jobs than this number, the response will include a pagination token in the `NextToken` field to enable you to retrieve the next page of results.
5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'lib/aws-sdk-s3control/types.rb', line 5076 class ListJobsRequest < Struct.new( :account_id, :job_statuses, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to request the next page of results. Use the token that Amazon S3 returned in the ‘NextToken` element of the `ListJobsResult` from the previous `List Jobs` request.
5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'lib/aws-sdk-s3control/types.rb', line 5076 class ListJobsRequest < Struct.new( :account_id, :job_statuses, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |