Struct aws_sdk_s3control::model::SelectionCriteria [−][src]
#[non_exhaustive]pub struct SelectionCriteria {
pub delimiter: Option<String>,
pub max_depth: i32,
pub min_storage_bytes_percentage: f64,
}
Expand description
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.delimiter: Option<String>
A container for the delimiter of the selection criteria being used.
max_depth: i32
The max depth of the selection criteria
min_storage_bytes_percentage: f64
The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to 1.0
.
Implementations
A container for the delimiter of the selection criteria being used.
The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to 1.0
.
Creates a new builder-style object to manufacture SelectionCriteria
Trait Implementations
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 SelectionCriteria
impl Send for SelectionCriteria
impl Sync for SelectionCriteria
impl Unpin for SelectionCriteria
impl UnwindSafe for SelectionCriteria
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