class AmazonS3::PutObjectLockConfigurationRequest

Included Modules

Defined in:

clients/s3.cr

Constructors

Class Method Summary

Instance Method Summary

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) #

[View source]

Class Method Detail

def self.deserialize(xml : XML::Node) #

[View source]
def self.from_response(request : HTTP::Client::Response) #

[View source]

Instance Method Detail

def bucket : String #

[View source]
def bucket=(bucket : String) #

[View source]
def content_md5 : String | Nil #

[View source]
def content_md5=(content_md5 : String | Nil) #

[View source]
def expected_bucket_owner : String | Nil #

[View source]
def expected_bucket_owner=(expected_bucket_owner : String | Nil) #

[View source]
def object_lock_configuration : ObjectLockConfigurationStruct | Nil #

[View source]
def object_lock_configuration=(object_lock_configuration : ObjectLockConfigurationStruct | Nil) #

[View source]
def request_payer : String | Nil #

[View source]
def request_payer=(request_payer : String | Nil) #

[View source]
def token : String | Nil #

[View source]
def token=(token : String | Nil) #

[View source]