class AmazonS3::PartStruct
- AmazonS3::PartStruct
- 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)
- #last_modified : Time | Nil
- #last_modified=(last_modified : Time | Nil)
- #part_number : Int32 | Nil
- #part_number=(part_number : Int32 | Nil)
- #size : Int32 | Nil
- #size=(size : Int32 | Nil)
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)
        #