Class: Aws::S3Control::Types::ListJobsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID associated with the S3 Batch Operations job.

Returns:

  • (String)


5295
5296
5297
5298
5299
5300
5301
5302
# File 'lib/aws-sdk-s3control/types.rb', line 5295

class ListJobsRequest < Struct.new(
  :account_id,
  :job_statuses,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusesArray<String>

The ‘List Jobs` request returns jobs that match the statuses listed in this element.

Returns:

  • (Array<String>)


5295
5296
5297
5298
5299
5300
5301
5302
# File 'lib/aws-sdk-s3control/types.rb', line 5295

class ListJobsRequest < Struct.new(
  :account_id,
  :job_statuses,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


5295
5296
5297
5298
5299
5300
5301
5302
# File 'lib/aws-sdk-s3control/types.rb', line 5295

class ListJobsRequest < Struct.new(
  :account_id,
  :job_statuses,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


5295
5296
5297
5298
5299
5300
5301
5302
# File 'lib/aws-sdk-s3control/types.rb', line 5295

class ListJobsRequest < Struct.new(
  :account_id,
  :job_statuses,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end