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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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)


7145
7146
7147
7148
7149
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7145

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