Struct aws_sdk_cloudfront::operation::create_field_level_encryption_config::CreateFieldLevelEncryptionConfigOutput
source · #[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() -> CreateFieldLevelEncryptionConfigOutputBuilder
pub fn builder() -> CreateFieldLevelEncryptionConfigOutputBuilder
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 ==
.source§impl RequestId for CreateFieldLevelEncryptionConfigOutput
impl RequestId for CreateFieldLevelEncryptionConfigOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.