Struct aws_sdk_inspector::model::duration_range::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DurationRange
Implementations
The minimum value of the duration range. Must be greater than zero.
The minimum value of the duration range. Must be greater than zero.
The maximum value of the duration range. Must be less than or equal to 604800 seconds (1 week).
The maximum value of the duration range. Must be less than or equal to 604800 seconds (1 week).
Consumes the builder and constructs a DurationRange
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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