Struct aws_sdk_rum::input::GetAppMonitorDataInput
source · #[non_exhaustive]pub struct GetAppMonitorDataInput { /* private fields */ }
Implementations§
source§impl GetAppMonitorDataInput
impl GetAppMonitorDataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAppMonitorData, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAppMonitorData, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAppMonitorData
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAppMonitorDataInput
.
source§impl GetAppMonitorDataInput
impl GetAppMonitorDataInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the app monitor that collected the data that you want to retrieve.
sourcepub fn time_range(&self) -> Option<&TimeRange>
pub fn time_range(&self) -> Option<&TimeRange>
A structure that defines the time range that you want to retrieve results from.
sourcepub fn filters(&self) -> Option<&[QueryFilter]>
pub fn filters(&self) -> Option<&[QueryFilter]>
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.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of results to return in one operation.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Use the token returned by the previous operation to request the next page of results.
Trait Implementations§
source§impl Clone for GetAppMonitorDataInput
impl Clone for GetAppMonitorDataInput
source§fn clone(&self) -> GetAppMonitorDataInput
fn clone(&self) -> GetAppMonitorDataInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetAppMonitorDataInput
impl Debug for GetAppMonitorDataInput
source§impl PartialEq<GetAppMonitorDataInput> for GetAppMonitorDataInput
impl PartialEq<GetAppMonitorDataInput> for GetAppMonitorDataInput
source§fn eq(&self, other: &GetAppMonitorDataInput) -> bool
fn eq(&self, other: &GetAppMonitorDataInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.