#[non_exhaustive]pub struct UpdateFieldLevelEncryptionConfigInput { /* private fields */ }
Implementations§
source§impl UpdateFieldLevelEncryptionConfigInput
impl UpdateFieldLevelEncryptionConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFieldLevelEncryptionConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFieldLevelEncryptionConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateFieldLevelEncryptionConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFieldLevelEncryptionConfigInput
.
source§impl UpdateFieldLevelEncryptionConfigInput
impl UpdateFieldLevelEncryptionConfigInput
sourcepub fn field_level_encryption_config(
&self
) -> Option<&FieldLevelEncryptionConfig>
pub fn field_level_encryption_config(
&self
) -> Option<&FieldLevelEncryptionConfig>
Request to update a field-level encryption configuration.
Trait Implementations§
source§impl Clone for UpdateFieldLevelEncryptionConfigInput
impl Clone for UpdateFieldLevelEncryptionConfigInput
source§fn clone(&self) -> UpdateFieldLevelEncryptionConfigInput
fn clone(&self) -> UpdateFieldLevelEncryptionConfigInput
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<UpdateFieldLevelEncryptionConfigInput> for UpdateFieldLevelEncryptionConfigInput
impl PartialEq<UpdateFieldLevelEncryptionConfigInput> for UpdateFieldLevelEncryptionConfigInput
source§fn eq(&self, other: &UpdateFieldLevelEncryptionConfigInput) -> bool
fn eq(&self, other: &UpdateFieldLevelEncryptionConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.