Class: Aws::S3Control::Types::S3ObjectLockLegalHold

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

The Object Lock legal hold status to be applied to all objects in the Batch Operations job.

Returns:

  • (String)


7322
7323
7324
7325
7326
# File 'lib/aws-sdk-s3control/types.rb', line 7322

class S3ObjectLockLegalHold < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end