Class: Aws::S3Control::Types::JobReport

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

Overview

Contains the configuration parameters for a job-completion report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored.

Directory buckets - Directory buckets aren't supported as a location for Batch Operations to store job completion reports.

Returns:

  • (String)


4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4071

class JobReport < Struct.new(
  :bucket,
  :format,
  :enabled,
  :prefix,
  :report_scope)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether the specified job will generate a job-completion report.

Returns:

  • (Boolean)


4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4071

class JobReport < Struct.new(
  :bucket,
  :format,
  :enabled,
  :prefix,
  :report_scope)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the specified job-completion report.

Returns:

  • (String)


4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4071

class JobReport < Struct.new(
  :bucket,
  :format,
  :enabled,
  :prefix,
  :report_scope)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

An optional prefix to describe where in the specified bucket the job-completion report will be stored. Amazon S3 stores the job-completion report at <prefix>/job-<job-id>/report.json.

Returns:

  • (String)


4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4071

class JobReport < Struct.new(
  :bucket,
  :format,
  :enabled,
  :prefix,
  :report_scope)
  SENSITIVE = []
  include Aws::Structure
end

#report_scopeString

Indicates whether the job-completion report will include details of all tasks or only failed tasks.

Returns:

  • (String)


4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4071

class JobReport < Struct.new(
  :bucket,
  :format,
  :enabled,
  :prefix,
  :report_scope)
  SENSITIVE = []
  include Aws::Structure
end