#[non_exhaustive]pub struct CreateFieldLevelEncryptionConfigOutput { /* private fields */ }
Implementations§
source§impl CreateFieldLevelEncryptionConfigOutput
impl CreateFieldLevelEncryptionConfigOutput
sourcepub fn field_level_encryption(&self) -> Option<&FieldLevelEncryption>
pub fn field_level_encryption(&self) -> Option<&FieldLevelEncryption>
Returned when you create a new field-level encryption configuration.
source§impl CreateFieldLevelEncryptionConfigOutput
impl CreateFieldLevelEncryptionConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFieldLevelEncryptionConfigOutput
.
Trait Implementations§
source§impl Clone for CreateFieldLevelEncryptionConfigOutput
impl Clone for CreateFieldLevelEncryptionConfigOutput
source§fn clone(&self) -> CreateFieldLevelEncryptionConfigOutput
fn clone(&self) -> CreateFieldLevelEncryptionConfigOutput
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<CreateFieldLevelEncryptionConfigOutput> for CreateFieldLevelEncryptionConfigOutput
impl PartialEq<CreateFieldLevelEncryptionConfigOutput> for CreateFieldLevelEncryptionConfigOutput
source§fn eq(&self, other: &CreateFieldLevelEncryptionConfigOutput) -> bool
fn eq(&self, other: &CreateFieldLevelEncryptionConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.