Struct aws_sdk_rum::model::time_range::Builder   
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for TimeRange
Implementations
The beginning of the time range to retrieve performance events from.
The beginning of the time range to retrieve performance events from.
The end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed.
The end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed.
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