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

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


11495
11496
11497
11498
11499
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11495

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