Struct aws_sdk_rum::input::get_app_monitor_data_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for GetAppMonitorDataInput
Implementations
The name of the app monitor that collected the data that you want to retrieve.
The name of the app monitor that collected the data that you want to retrieve.
A structure that defines the time range that you want to retrieve results from.
A structure that defines the time range that you want to retrieve results from.
Appends an item to filters
.
To override the contents of this collection use set_filters
.
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
The maximum number of results to return in one operation.
The maximum number of results to return in one operation.
Use the token returned by the previous operation to request the next page of results.
Use the token returned by the previous operation to request the next page of results.
Consumes the builder and constructs a GetAppMonitorDataInput
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