Class: Aws::S3::Types::GetObjectLegalHoldOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The current legal hold status for the specified object.



6596
6597
6598
6599
6600
# File 'lib/aws-sdk-s3/types.rb', line 6596

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