Struct rusoto_s3::InventoryFilter [−][src]
pub struct InventoryFilter {
pub prefix: String,
}Expand description
Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.
Fields
prefix: StringThe prefix that an object must have to be included in the inventory results.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for InventoryFilter
impl Send for InventoryFilter
impl Sync for InventoryFilter
impl Unpin for InventoryFilter
impl UnwindSafe for InventoryFilter
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more