Class: Aws::S3::Types::GetObjectLegalHoldOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetObjectLegalHoldOutput
- Defined in:
- gems/aws-sdk-s3/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.
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 |