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
Constant Summary collapse
- SENSITIVE =
[]
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.
6824 6825 6826 6827 6828 |
# File 'lib/aws-sdk-s3/types.rb', line 6824 class GetObjectLegalHoldOutput < Struct.new( :legal_hold) SENSITIVE = [] include Aws::Structure end |