Struct aws_sdk_iot::input::ListCustomMetricsInput
source · #[non_exhaustive]pub struct ListCustomMetricsInput { /* private fields */ }
Implementations§
source§impl ListCustomMetricsInput
impl ListCustomMetricsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomMetrics, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomMetrics, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCustomMetrics
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCustomMetricsInput
.
source§impl ListCustomMetricsInput
impl ListCustomMetricsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return at one time. The default is 25.
Trait Implementations§
source§impl Clone for ListCustomMetricsInput
impl Clone for ListCustomMetricsInput
source§fn clone(&self) -> ListCustomMetricsInput
fn clone(&self) -> ListCustomMetricsInput
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 ListCustomMetricsInput
impl Debug for ListCustomMetricsInput
source§impl PartialEq<ListCustomMetricsInput> for ListCustomMetricsInput
impl PartialEq<ListCustomMetricsInput> for ListCustomMetricsInput
source§fn eq(&self, other: &ListCustomMetricsInput) -> bool
fn eq(&self, other: &ListCustomMetricsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.