Class: Aws::S3Control::Types::JobOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobOperation
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
The operation that you want this job to perform on every object listed in the manifest. For more information about the available operations, see Operations in the Amazon S3 User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda_invoke ⇒ Types::LambdaInvokeOperation
Directs the specified job to invoke an Lambda function on every object in the manifest.
-
#s3_compute_object_checksum ⇒ Types::S3ComputeObjectChecksumOperation
Directs the specified job to compute checksum values for every object in the manifest.
-
#s3_delete_object_tagging ⇒ Types::S3DeleteObjectTaggingOperation
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
-
#s3_initiate_restore_object ⇒ Types::S3InitiateRestoreObjectOperation
Directs the specified job to initiate restore requests for every archived object in the manifest.
-
#s3_put_object_acl ⇒ Types::S3SetObjectAclOperation
Directs the specified job to run a
PutObjectAclcall on every object in the manifest. -
#s3_put_object_copy ⇒ Types::S3CopyObjectOperation
Directs the specified job to run a PUT Copy object call on every object in the manifest.
-
#s3_put_object_legal_hold ⇒ Types::S3SetObjectLegalHoldOperation
Contains the configuration for an S3 Object Lock legal hold operation that an S3 Batch Operations job passes to every object to the underlying
PutObjectLegalHoldAPI operation. -
#s3_put_object_retention ⇒ Types::S3SetObjectRetentionOperation
Contains the configuration parameters for the Object Lock retention action for an S3 Batch Operations job.
-
#s3_put_object_tagging ⇒ Types::S3SetObjectTaggingOperation
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
-
#s3_replicate_object ⇒ Types::S3ReplicateObjectOperation
Directs the specified job to invoke
ReplicateObjecton every object in the job's manifest.
Instance Attribute Details
#lambda_invoke ⇒ Types::LambdaInvokeOperation
Directs the specified job to invoke an Lambda function on every object in the manifest.
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4248 class JobOperation < Struct.new( :lambda_invoke, :s3_put_object_copy, :s3_put_object_acl, :s3_put_object_tagging, :s3_delete_object_tagging, :s3_initiate_restore_object, :s3_put_object_legal_hold, :s3_put_object_retention, :s3_replicate_object, :s3_compute_object_checksum) SENSITIVE = [] include Aws::Structure end |
#s3_compute_object_checksum ⇒ Types::S3ComputeObjectChecksumOperation
Directs the specified job to compute checksum values for every object in the manifest.
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4248 class JobOperation < Struct.new( :lambda_invoke, :s3_put_object_copy, :s3_put_object_acl, :s3_put_object_tagging, :s3_delete_object_tagging, :s3_initiate_restore_object, :s3_put_object_legal_hold, :s3_put_object_retention, :s3_replicate_object, :s3_compute_object_checksum) SENSITIVE = [] include Aws::Structure end |
#s3_delete_object_tagging ⇒ Types::S3DeleteObjectTaggingOperation
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4248 class JobOperation < Struct.new( :lambda_invoke, :s3_put_object_copy, :s3_put_object_acl, :s3_put_object_tagging, :s3_delete_object_tagging, :s3_initiate_restore_object, :s3_put_object_legal_hold, :s3_put_object_retention, :s3_replicate_object, :s3_compute_object_checksum) SENSITIVE = [] include Aws::Structure end |
#s3_initiate_restore_object ⇒ Types::S3InitiateRestoreObjectOperation
Directs the specified job to initiate restore requests for every archived object in the manifest.
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4248 class JobOperation < Struct.new( :lambda_invoke, :s3_put_object_copy, :s3_put_object_acl, :s3_put_object_tagging, :s3_delete_object_tagging, :s3_initiate_restore_object, :s3_put_object_legal_hold, :s3_put_object_retention, :s3_replicate_object, :s3_compute_object_checksum) SENSITIVE = [] include Aws::Structure end |
#s3_put_object_acl ⇒ Types::S3SetObjectAclOperation
Directs the specified job to run a PutObjectAcl call on every
object in the manifest.
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4248 class JobOperation < Struct.new( :lambda_invoke, :s3_put_object_copy, :s3_put_object_acl, :s3_put_object_tagging, :s3_delete_object_tagging, :s3_initiate_restore_object, :s3_put_object_legal_hold, :s3_put_object_retention, :s3_replicate_object, :s3_compute_object_checksum) SENSITIVE = [] include Aws::Structure end |
#s3_put_object_copy ⇒ Types::S3CopyObjectOperation
Directs the specified job to run a PUT Copy object call on every object in the manifest.
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4248 class JobOperation < Struct.new( :lambda_invoke, :s3_put_object_copy, :s3_put_object_acl, :s3_put_object_tagging, :s3_delete_object_tagging, :s3_initiate_restore_object, :s3_put_object_legal_hold, :s3_put_object_retention, :s3_replicate_object, :s3_compute_object_checksum) SENSITIVE = [] include Aws::Structure end |
#s3_put_object_legal_hold ⇒ Types::S3SetObjectLegalHoldOperation
Contains the configuration for an S3 Object Lock legal hold
operation that an S3 Batch Operations job passes to every object to
the underlying PutObjectLegalHold API operation. For more
information, see Using S3 Object Lock legal hold with S3 Batch
Operations in the Amazon S3 User Guide.
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4248 class JobOperation < Struct.new( :lambda_invoke, :s3_put_object_copy, :s3_put_object_acl, :s3_put_object_tagging, :s3_delete_object_tagging, :s3_initiate_restore_object, :s3_put_object_legal_hold, :s3_put_object_retention, :s3_replicate_object, :s3_compute_object_checksum) SENSITIVE = [] include Aws::Structure end |
#s3_put_object_retention ⇒ Types::S3SetObjectRetentionOperation
Contains the configuration parameters for the Object Lock retention
action for an S3 Batch Operations job. Batch Operations passes every
object to the underlying PutObjectRetention API operation. For
more information, see Using S3 Object Lock retention with S3 Batch
Operations in the Amazon S3 User Guide.
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4248 class JobOperation < Struct.new( :lambda_invoke, :s3_put_object_copy, :s3_put_object_acl, :s3_put_object_tagging, :s3_delete_object_tagging, :s3_initiate_restore_object, :s3_put_object_legal_hold, :s3_put_object_retention, :s3_replicate_object, :s3_compute_object_checksum) SENSITIVE = [] include Aws::Structure end |
#s3_put_object_tagging ⇒ Types::S3SetObjectTaggingOperation
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4248 class JobOperation < Struct.new( :lambda_invoke, :s3_put_object_copy, :s3_put_object_acl, :s3_put_object_tagging, :s3_delete_object_tagging, :s3_initiate_restore_object, :s3_put_object_legal_hold, :s3_put_object_retention, :s3_replicate_object, :s3_compute_object_checksum) SENSITIVE = [] include Aws::Structure end |
#s3_replicate_object ⇒ Types::S3ReplicateObjectOperation
Directs the specified job to invoke ReplicateObject on every
object in the job's manifest.
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4248 class JobOperation < Struct.new( :lambda_invoke, :s3_put_object_copy, :s3_put_object_acl, :s3_put_object_tagging, :s3_delete_object_tagging, :s3_initiate_restore_object, :s3_put_object_legal_hold, :s3_put_object_retention, :s3_replicate_object, :s3_compute_object_checksum) SENSITIVE = [] include Aws::Structure end |