class AmazonS3::PutObjectLockConfigurationRequest
- AmazonS3::PutObjectLockConfigurationRequest
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #bucket : String
- #bucket=(bucket : String)
- #content_md5 : String | Nil
- #content_md5=(content_md5 : String | Nil)
- #expected_bucket_owner : String | Nil
- #expected_bucket_owner=(expected_bucket_owner : String | Nil)
- #object_lock_configuration : ObjectLockConfigurationStruct | Nil
- #object_lock_configuration=(object_lock_configuration : ObjectLockConfigurationStruct | Nil)
- #request_payer : String | Nil
- #request_payer=(request_payer : String | Nil)
- #token : String | Nil
- #token=(token : String | Nil)
Instance methods inherited from module AWSSdk::RestXML::Structure
  
  
    
      process(request : HTTP::Request)
    process, 
    
  
    
      serialize(xml : XML::Builder)
    serialize
    
  
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
        
        def self.new(bucket : String, object_lock_configuration : ObjectLockConfigurationStruct = nil, request_payer : String = nil, token : String = nil, content_md5 : String = nil, expected_bucket_owner : String = nil)
        #
      
      
      Class Method Detail
Instance Method Detail
        
        def object_lock_configuration=(object_lock_configuration : ObjectLockConfigurationStruct | Nil)
        #