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.
7176 7177 7178 7179 7180 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7176 class GetObjectLegalHoldOutput < Struct.new( :legal_hold) SENSITIVE = [] include Aws::Structure end |