class AmazonS3::InventoryConfigurationStruct

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(destination : InventoryDestinationStruct, is_enabled : Bool, id : String, included_object_versions : String, schedule : InventoryScheduleStruct, filter : InventoryFilterStruct = nil, optional_fields : Array(String) = 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 destination : InventoryDestinationStruct #

[View source]
def destination=(destination : InventoryDestinationStruct) #

[View source]
def filter : InventoryFilterStruct | Nil #

[View source]
def filter=(filter : InventoryFilterStruct | Nil) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def included_object_versions : String #

[View source]
def included_object_versions=(included_object_versions : String) #

[View source]
def is_enabled : Bool #

[View source]
def is_enabled=(is_enabled : Bool) #

[View source]
def optional_fields : Array(String) | Nil #

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

[View source]
def schedule : InventoryScheduleStruct #

[View source]
def schedule=(schedule : InventoryScheduleStruct) #

[View source]