Struct aws_sdk_kafka::operation::describe_configuration_revision::DescribeConfigurationRevisionOutput
source · #[non_exhaustive]pub struct DescribeConfigurationRevisionOutput { /* private fields */ }
Implementations§
source§impl DescribeConfigurationRevisionOutput
impl DescribeConfigurationRevisionOutput
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 server_properties(&self) -> Option<&Blob>
pub fn server_properties(&self) -> Option<&Blob>
Contents of the
source§impl DescribeConfigurationRevisionOutput
impl DescribeConfigurationRevisionOutput
sourcepub fn builder() -> DescribeConfigurationRevisionOutputBuilder
pub fn builder() -> DescribeConfigurationRevisionOutputBuilder
Creates a new builder-style object to manufacture DescribeConfigurationRevisionOutput
.
Trait Implementations§
source§impl Clone for DescribeConfigurationRevisionOutput
impl Clone for DescribeConfigurationRevisionOutput
source§fn clone(&self) -> DescribeConfigurationRevisionOutput
fn clone(&self) -> DescribeConfigurationRevisionOutput
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 PartialEq<DescribeConfigurationRevisionOutput> for DescribeConfigurationRevisionOutput
impl PartialEq<DescribeConfigurationRevisionOutput> for DescribeConfigurationRevisionOutput
source§fn eq(&self, other: &DescribeConfigurationRevisionOutput) -> bool
fn eq(&self, other: &DescribeConfigurationRevisionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeConfigurationRevisionOutput
impl RequestId for DescribeConfigurationRevisionOutput
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 DescribeConfigurationRevisionOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeConfigurationRevisionOutput
impl Send for DescribeConfigurationRevisionOutput
impl Sync for DescribeConfigurationRevisionOutput
impl Unpin for DescribeConfigurationRevisionOutput
impl UnwindSafe for DescribeConfigurationRevisionOutput
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