Struct aws_sdk_mq::types::ConfigurationId
source · #[non_exhaustive]pub struct ConfigurationId { /* private fields */ }Expand description
A list of information about the configuration.
Does not apply to RabbitMQ brokers.
Implementations§
source§impl ConfigurationId
impl ConfigurationId
sourcepub fn builder() -> ConfigurationIdBuilder
pub fn builder() -> ConfigurationIdBuilder
Creates a new builder-style object to manufacture ConfigurationId.
Trait Implementations§
source§impl Clone for ConfigurationId
impl Clone for ConfigurationId
source§fn clone(&self) -> ConfigurationId
fn clone(&self) -> ConfigurationId
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 ConfigurationId
impl Debug for ConfigurationId
source§impl PartialEq<ConfigurationId> for ConfigurationId
impl PartialEq<ConfigurationId> for ConfigurationId
source§fn eq(&self, other: &ConfigurationId) -> bool
fn eq(&self, other: &ConfigurationId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.