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

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



6894
6895
6896
6897
6898
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6894

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