#[non_exhaustive]pub struct ListDimensionsOutput { /* private fields */ }
Implementations§
source§impl ListDimensionsOutput
impl ListDimensionsOutput
sourcepub fn dimension_names(&self) -> Option<&[String]>
pub fn dimension_names(&self) -> Option<&[String]>
A list of the names of the defined dimensions. Use DescribeDimension
to get details for a dimension.
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 ListDimensionsOutput
impl ListDimensionsOutput
sourcepub fn builder() -> ListDimensionsOutputBuilder
pub fn builder() -> ListDimensionsOutputBuilder
Creates a new builder-style object to manufacture ListDimensionsOutput
.
Trait Implementations§
source§impl Clone for ListDimensionsOutput
impl Clone for ListDimensionsOutput
source§fn clone(&self) -> ListDimensionsOutput
fn clone(&self) -> ListDimensionsOutput
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 ListDimensionsOutput
impl Debug for ListDimensionsOutput
source§impl PartialEq<ListDimensionsOutput> for ListDimensionsOutput
impl PartialEq<ListDimensionsOutput> for ListDimensionsOutput
source§fn eq(&self, other: &ListDimensionsOutput) -> bool
fn eq(&self, other: &ListDimensionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListDimensionsOutput
impl RequestId for ListDimensionsOutput
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.