class AmazonS3::RedirectStruct

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(host_name : String = nil, http_redirect_code : String = nil, protocol : String = nil, replace_key_prefix_with : String = nil, replace_key_with : 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 host_name : String | Nil #

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

[View source]
def http_redirect_code : String | Nil #

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

[View source]
def protocol : String | Nil #

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

[View source]
def replace_key_prefix_with : String | Nil #

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

[View source]
def replace_key_with : String | Nil #

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

[View source]