Class: Aws::S3::Types::ObjectLockLegalHold
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3::Types::ObjectLockLegalHold
 
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
A legal hold configuration for an object.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether the specified object has a legal hold in place. 
Instance Attribute Details
#status ⇒ String
Indicates whether the specified object has a legal hold in place.
| 13631 13632 13633 13634 13635 | # File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 13631 class ObjectLockLegalHold < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |