#[non_exhaustive]pub struct ListConfigurationsOutput { /* private fields */ }Implementations§
source§impl ListConfigurationsOutput
impl ListConfigurationsOutput
sourcepub fn configurations(&self) -> Option<&[HashMap<String, String>]>
pub fn configurations(&self) -> Option<&[HashMap<String, String>]>
Returns configuration details, including the configuration ID, attribute names, and attribute values.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.
source§impl ListConfigurationsOutput
impl ListConfigurationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 more