Class: Aws::S3Control::Types::S3ObjectLockLegalHold
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::S3ObjectLockLegalHold
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Whether S3 Object Lock legal hold will be applied to objects in an S3 Batch Operations job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The Object Lock legal hold status to be applied to all objects in the Batch Operations job.
Instance Attribute Details
#status ⇒ String
The Object Lock legal hold status to be applied to all objects in the Batch Operations job.
7323 7324 7325 7326 7327 |
# File 'lib/aws-sdk-s3control/types.rb', line 7323 class S3ObjectLockLegalHold < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |