#[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() -> Builder
pub fn builder() -> Builder
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 ==
.