class AmazonS3::RedirectStruct
- AmazonS3::RedirectStruct
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #host_name : String | Nil
- #host_name=(host_name : String | Nil)
- #http_redirect_code : String | Nil
- #http_redirect_code=(http_redirect_code : String | Nil)
- #protocol : String | Nil
- #protocol=(protocol : String | Nil)
- #replace_key_prefix_with : String | Nil
- #replace_key_prefix_with=(replace_key_prefix_with : String | Nil)
- #replace_key_with : String | Nil
- #replace_key_with=(replace_key_with : 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(host_name : String = nil, http_redirect_code : String = nil, protocol : String = nil, replace_key_prefix_with : String = nil, replace_key_with : String = nil)
#