Struct aws_sdk_dax::model::SseDescription
source · #[non_exhaustive]pub struct SseDescription { /* private fields */ }
Expand description
The description of the server-side encryption status on the specified DAX cluster.
Implementations§
source§impl SseDescription
impl SseDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SseDescription
.
Trait Implementations§
source§impl Clone for SseDescription
impl Clone for SseDescription
source§fn clone(&self) -> SseDescription
fn clone(&self) -> SseDescription
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 SseDescription
impl Debug for SseDescription
source§impl PartialEq<SseDescription> for SseDescription
impl PartialEq<SseDescription> for SseDescription
source§fn eq(&self, other: &SseDescription) -> bool
fn eq(&self, other: &SseDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.