class AmazonS3::ObjectStruct
- AmazonS3::ObjectStruct
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #e_tag : String | Nil
- #e_tag=(e_tag : String | Nil)
- #key : String | Nil
- #key=(key : String | Nil)
- #last_modified : Time | Nil
- #last_modified=(last_modified : Time | Nil)
- #owner : OwnerStruct | Nil
- #owner=(owner : OwnerStruct | Nil)
- #size : Int32 | Nil
- #size=(size : Int32 | Nil)
- #storage_class : String | Nil
- #storage_class=(storage_class : 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(key : String = nil, last_modified : Time = nil, e_tag : String = nil, size : Int32 = nil, storage_class : String = nil, owner : OwnerStruct = nil)
#