Struct aws_sdk_iot::output::ListCustomMetricsOutput
source · #[non_exhaustive]pub struct ListCustomMetricsOutput { /* private fields */ }
Implementations§
source§impl ListCustomMetricsOutput
impl ListCustomMetricsOutput
sourcepub fn metric_names(&self) -> Option<&[String]>
pub fn metric_names(&self) -> Option<&[String]>
The name of the custom metric.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that can be used to retrieve the next set of results, or null
if there are no additional results.
source§impl ListCustomMetricsOutput
impl ListCustomMetricsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCustomMetricsOutput
.
Trait Implementations§
source§impl Clone for ListCustomMetricsOutput
impl Clone for ListCustomMetricsOutput
source§fn clone(&self) -> ListCustomMetricsOutput
fn clone(&self) -> ListCustomMetricsOutput
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 ListCustomMetricsOutput
impl Debug for ListCustomMetricsOutput
source§impl PartialEq<ListCustomMetricsOutput> for ListCustomMetricsOutput
impl PartialEq<ListCustomMetricsOutput> for ListCustomMetricsOutput
source§fn eq(&self, other: &ListCustomMetricsOutput) -> bool
fn eq(&self, other: &ListCustomMetricsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.