#[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() -> ListCustomMetricsOutputBuilder
pub fn builder() -> ListCustomMetricsOutputBuilder
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 ==
.source§impl RequestId for ListCustomMetricsOutput
impl RequestId for ListCustomMetricsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ListCustomMetricsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListCustomMetricsOutput
impl Send for ListCustomMetricsOutput
impl Sync for ListCustomMetricsOutput
impl Unpin for ListCustomMetricsOutput
impl UnwindSafe for ListCustomMetricsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more