Struct aws_sdk_xray::output::GetEncryptionConfigOutput
source · #[non_exhaustive]pub struct GetEncryptionConfigOutput { /* private fields */ }
Implementations§
source§impl GetEncryptionConfigOutput
impl GetEncryptionConfigOutput
sourcepub fn encryption_config(&self) -> Option<&EncryptionConfig>
pub fn encryption_config(&self) -> Option<&EncryptionConfig>
The encryption configuration document.
source§impl GetEncryptionConfigOutput
impl GetEncryptionConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEncryptionConfigOutput
.
Trait Implementations§
source§impl Clone for GetEncryptionConfigOutput
impl Clone for GetEncryptionConfigOutput
source§fn clone(&self) -> GetEncryptionConfigOutput
fn clone(&self) -> GetEncryptionConfigOutput
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 GetEncryptionConfigOutput
impl Debug for GetEncryptionConfigOutput
source§impl PartialEq<GetEncryptionConfigOutput> for GetEncryptionConfigOutput
impl PartialEq<GetEncryptionConfigOutput> for GetEncryptionConfigOutput
source§fn eq(&self, other: &GetEncryptionConfigOutput) -> bool
fn eq(&self, other: &GetEncryptionConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.