class AmazonS3::PutObjectRetentionRequest
- AmazonS3::PutObjectRetentionRequest
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #bucket : String
- #bucket=(bucket : String)
- #bypass_governance_retention : Bool | Nil
- #bypass_governance_retention=(bypass_governance_retention : Bool | Nil)
- #content_md5 : String | Nil
- #content_md5=(content_md5 : String | Nil)
- #expected_bucket_owner : String | Nil
- #expected_bucket_owner=(expected_bucket_owner : String | Nil)
- #key : String
- #key=(key : String)
- #request_payer : String | Nil
- #request_payer=(request_payer : String | Nil)
- #retention : ObjectLockRetentionStruct | Nil
- #retention=(retention : ObjectLockRetentionStruct | Nil)
- #version_id : String | Nil
- #version_id=(version_id : 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, key : String, retention : ObjectLockRetentionStruct = nil, request_payer : String = nil, version_id : String = nil, bypass_governance_retention : Bool = nil, content_md5 : String = nil, expected_bucket_owner : String = nil)
#