Struct aws_sdk_macie2::operation::update_reveal_configuration::UpdateRevealConfigurationInput
source · #[non_exhaustive]pub struct UpdateRevealConfigurationInput {
pub configuration: Option<RevealConfiguration>,
pub retrieval_configuration: Option<UpdateRetrievalConfiguration>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.configuration: Option<RevealConfiguration>
The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
retrieval_configuration: Option<UpdateRetrievalConfiguration>
The access method and settings to use when retrieving the sensitive data.
Implementations§
source§impl UpdateRevealConfigurationInput
impl UpdateRevealConfigurationInput
sourcepub fn configuration(&self) -> Option<&RevealConfiguration>
pub fn configuration(&self) -> Option<&RevealConfiguration>
The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
sourcepub fn retrieval_configuration(&self) -> Option<&UpdateRetrievalConfiguration>
pub fn retrieval_configuration(&self) -> Option<&UpdateRetrievalConfiguration>
The access method and settings to use when retrieving the sensitive data.
source§impl UpdateRevealConfigurationInput
impl UpdateRevealConfigurationInput
sourcepub fn builder() -> UpdateRevealConfigurationInputBuilder
pub fn builder() -> UpdateRevealConfigurationInputBuilder
Creates a new builder-style object to manufacture UpdateRevealConfigurationInput
.
Trait Implementations§
source§impl Clone for UpdateRevealConfigurationInput
impl Clone for UpdateRevealConfigurationInput
source§fn clone(&self) -> UpdateRevealConfigurationInput
fn clone(&self) -> UpdateRevealConfigurationInput
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 for UpdateRevealConfigurationInput
impl PartialEq for UpdateRevealConfigurationInput
source§fn eq(&self, other: &UpdateRevealConfigurationInput) -> bool
fn eq(&self, other: &UpdateRevealConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateRevealConfigurationInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateRevealConfigurationInput
impl Send for UpdateRevealConfigurationInput
impl Sync for UpdateRevealConfigurationInput
impl Unpin for UpdateRevealConfigurationInput
impl UnwindSafe for UpdateRevealConfigurationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.