#[non_exhaustive]pub struct ListConfigurationsOutput { /* private fields */ }Implementations§
source§impl ListConfigurationsOutput
impl ListConfigurationsOutput
sourcepub fn configurations(&self) -> Option<&[Configuration]>
pub fn configurations(&self) -> Option<&[Configuration]>
The list of all revisions for the specified configuration.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
source§impl ListConfigurationsOutput
impl ListConfigurationsOutput
sourcepub fn builder() -> ListConfigurationsOutputBuilder
pub fn builder() -> ListConfigurationsOutputBuilder
Creates a new builder-style object to manufacture ListConfigurationsOutput.
Trait Implementations§
source§impl Clone for ListConfigurationsOutput
impl Clone for ListConfigurationsOutput
source§fn clone(&self) -> ListConfigurationsOutput
fn clone(&self) -> ListConfigurationsOutput
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 ListConfigurationsOutput
impl Debug for ListConfigurationsOutput
source§impl PartialEq<ListConfigurationsOutput> for ListConfigurationsOutput
impl PartialEq<ListConfigurationsOutput> for ListConfigurationsOutput
source§fn eq(&self, other: &ListConfigurationsOutput) -> bool
fn eq(&self, other: &ListConfigurationsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListConfigurationsOutput
impl RequestId for ListConfigurationsOutput
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.