Struct aws_sdk_lexmodelsv2::types::ObfuscationSetting
source · #[non_exhaustive]pub struct ObfuscationSetting { /* private fields */ }Expand description
Determines whether Amazon Lex obscures slot values in conversation logs.
Implementations§
source§impl ObfuscationSetting
impl ObfuscationSetting
sourcepub fn obfuscation_setting_type(&self) -> Option<&ObfuscationSettingType>
pub fn obfuscation_setting_type(&self) -> Option<&ObfuscationSettingType>
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
source§impl ObfuscationSetting
impl ObfuscationSetting
sourcepub fn builder() -> ObfuscationSettingBuilder
pub fn builder() -> ObfuscationSettingBuilder
Creates a new builder-style object to manufacture ObfuscationSetting.
Trait Implementations§
source§impl Clone for ObfuscationSetting
impl Clone for ObfuscationSetting
source§fn clone(&self) -> ObfuscationSetting
fn clone(&self) -> ObfuscationSetting
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 Debug for ObfuscationSetting
impl Debug for ObfuscationSetting
source§impl PartialEq<ObfuscationSetting> for ObfuscationSetting
impl PartialEq<ObfuscationSetting> for ObfuscationSetting
source§fn eq(&self, other: &ObfuscationSetting) -> bool
fn eq(&self, other: &ObfuscationSetting) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ObfuscationSetting
Auto Trait Implementations§
impl RefUnwindSafe for ObfuscationSetting
impl Send for ObfuscationSetting
impl Sync for ObfuscationSetting
impl Unpin for ObfuscationSetting
impl UnwindSafe for ObfuscationSetting
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