class AmazonS3::DefaultRetentionStruct

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(mode : String = nil, days : Int32 = nil, years : 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 days : Int32 | Nil #

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

[View source]
def mode : String | Nil #

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

[View source]
def years : Int32 | Nil #

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

[View source]