#[non_exhaustive]pub struct DescribeConfigurationOutput { /* private fields */ }
Implementations§
source§impl DescribeConfigurationOutput
impl DescribeConfigurationOutput
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time when the configuration was created.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the configuration.
sourcepub fn kafka_versions(&self) -> Option<&[String]>
pub fn kafka_versions(&self) -> Option<&[String]>
The versions of Apache Kafka with which you can use this MSK configuration.
sourcepub fn latest_revision(&self) -> Option<&ConfigurationRevision>
pub fn latest_revision(&self) -> Option<&ConfigurationRevision>
Latest revision of the configuration.
sourcepub fn state(&self) -> Option<&ConfigurationState>
pub fn state(&self) -> Option<&ConfigurationState>
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
source§impl DescribeConfigurationOutput
impl DescribeConfigurationOutput
sourcepub fn builder() -> DescribeConfigurationOutputBuilder
pub fn builder() -> DescribeConfigurationOutputBuilder
Creates a new builder-style object to manufacture DescribeConfigurationOutput
.
Trait Implementations§
source§impl Clone for DescribeConfigurationOutput
impl Clone for DescribeConfigurationOutput
source§fn clone(&self) -> DescribeConfigurationOutput
fn clone(&self) -> DescribeConfigurationOutput
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 DescribeConfigurationOutput
impl Debug for DescribeConfigurationOutput
source§impl PartialEq<DescribeConfigurationOutput> for DescribeConfigurationOutput
impl PartialEq<DescribeConfigurationOutput> for DescribeConfigurationOutput
source§fn eq(&self, other: &DescribeConfigurationOutput) -> bool
fn eq(&self, other: &DescribeConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeConfigurationOutput
impl RequestId for DescribeConfigurationOutput
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 DescribeConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeConfigurationOutput
impl Send for DescribeConfigurationOutput
impl Sync for DescribeConfigurationOutput
impl Unpin for DescribeConfigurationOutput
impl UnwindSafe for DescribeConfigurationOutput
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