Struct rusoto_s3::InventorySchedule [] [src]

pub struct InventorySchedule {
    pub frequency: InventoryFrequency,
}

Fields

Specifies how frequently inventory results are produced.

Trait Implementations

impl Default for InventorySchedule
[src]

Returns the "default value" for a type. Read more

impl Clone for InventorySchedule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InventorySchedule
[src]

Formats the value using the given formatter.