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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

The current Legal Hold status for the specified object.



3020
3021
3022
3023
# File 'lib/aws-sdk-s3/types.rb', line 3020

class GetObjectLegalHoldOutput < Struct.new(
  :legal_hold)
  include Aws::Structure
end