Struct aws_sdk_kafka::output::DescribeConfigurationOutput
source · #[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() -> Builder
pub fn builder() -> Builder
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 ==
.