Class: Aws::S3::Types::ObjectLockLegalHold

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

A legal hold configuration for an object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Indicates whether the specified object has a legal hold in place.

Returns:

  • (String)


11526
11527
11528
11529
11530
# File 'lib/aws-sdk-s3/types.rb', line 11526

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