class Aws::S3Control::Types::ListJobsRequest

@note When making an API call, you may pass ListJobsRequest

data as a hash:

    {
      account_id: "AccountId", # required
      job_statuses: ["Active"], # accepts Active, Cancelled, Cancelling, Complete, Completing, Failed, Failing, New, Paused, Pausing, Preparing, Ready, Suspended
      next_token: "StringForNextToken",
      max_results: 1,
    }

@!attribute [rw] account_id

The Amazon Web Services account ID associated with the S3 Batch
Operations job.
@return [String]

@!attribute [rw] job_statuses

The `List Jobs` request returns jobs that match the statuses listed
in this element.
@return [Array<String>]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] max_results

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListJobsRequest AWS API Documentation

Constants

SENSITIVE