class AmazonS3::PartStruct

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(part_number : Int32 = nil, last_modified : Time = nil, e_tag : String = nil, size : Int32 = 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 e_tag : String | Nil #

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

[View source]
def last_modified : Time | Nil #

[View source]
def last_modified=(last_modified : Time | Nil) #

[View source]
def part_number : Int32 | Nil #

[View source]
def part_number=(part_number : Int32 | Nil) #

[View source]
def size : Int32 | Nil #

[View source]
def size=(size : Int32 | Nil) #

[View source]