#[non_exhaustive]pub struct ListFieldLevelEncryptionConfigsOutput { /* private fields */ }
Implementations§
source§impl ListFieldLevelEncryptionConfigsOutput
impl ListFieldLevelEncryptionConfigsOutput
sourcepub fn field_level_encryption_list(&self) -> Option<&FieldLevelEncryptionList>
pub fn field_level_encryption_list(&self) -> Option<&FieldLevelEncryptionList>
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
source§impl ListFieldLevelEncryptionConfigsOutput
impl ListFieldLevelEncryptionConfigsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListFieldLevelEncryptionConfigsOutput
.
Trait Implementations§
source§impl Clone for ListFieldLevelEncryptionConfigsOutput
impl Clone for ListFieldLevelEncryptionConfigsOutput
source§fn clone(&self) -> ListFieldLevelEncryptionConfigsOutput
fn clone(&self) -> ListFieldLevelEncryptionConfigsOutput
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<ListFieldLevelEncryptionConfigsOutput> for ListFieldLevelEncryptionConfigsOutput
impl PartialEq<ListFieldLevelEncryptionConfigsOutput> for ListFieldLevelEncryptionConfigsOutput
source§fn eq(&self, other: &ListFieldLevelEncryptionConfigsOutput) -> bool
fn eq(&self, other: &ListFieldLevelEncryptionConfigsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.