#[non_exhaustive]pub struct CustomerContentEncryptionConfiguration { /* private fields */ }
Expand description
Specifies the KMS key that is used to encrypt the user's data stores in Athena.
Implementations§
source§impl CustomerContentEncryptionConfiguration
impl CustomerContentEncryptionConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomerContentEncryptionConfiguration
.
Trait Implementations§
source§impl Clone for CustomerContentEncryptionConfiguration
impl Clone for CustomerContentEncryptionConfiguration
source§fn clone(&self) -> CustomerContentEncryptionConfiguration
fn clone(&self) -> CustomerContentEncryptionConfiguration
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<CustomerContentEncryptionConfiguration> for CustomerContentEncryptionConfiguration
impl PartialEq<CustomerContentEncryptionConfiguration> for CustomerContentEncryptionConfiguration
source§fn eq(&self, other: &CustomerContentEncryptionConfiguration) -> bool
fn eq(&self, other: &CustomerContentEncryptionConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.