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)


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_statusesArray<String>

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

Returns:

  • (Array<String>)


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_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)


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_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)


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