Class: Aws::S3::Types::GetObjectLegalHoldOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetObjectLegalHoldOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#legal_hold ⇒ Types::ObjectLockLegalHold
The current Legal Hold status for the specified object.
Instance Attribute Details
#legal_hold ⇒ Types::ObjectLockLegalHold
The current Legal Hold status for the specified object.
3021 3022 3023 3024 |
# File 'lib/aws-sdk-s3/types.rb', line 3021 class GetObjectLegalHoldOutput < Struct.new( :legal_hold) include Aws::Structure end |