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