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