Struct aws_sdk_lexmodelsv2::model::EncryptionSetting
source · [−]#[non_exhaustive]pub struct EncryptionSetting { /* private fields */ }Expand description
The object representing the passwords that were used to encrypt the data related to the bot recommendation, as well as the KMS key ARN used to encrypt the associated metadata.
Implementations
sourceimpl EncryptionSetting
impl EncryptionSetting
sourcepub fn kms_key_arn(&self) -> Option<&str>
pub fn kms_key_arn(&self) -> Option<&str>
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
sourcepub fn bot_locale_export_password(&self) -> Option<&str>
pub fn bot_locale_export_password(&self) -> Option<&str>
The password used to encrypt the recommended bot recommendation file.
sourcepub fn associated_transcripts_password(&self) -> Option<&str>
pub fn associated_transcripts_password(&self) -> Option<&str>
The password used to encrypt the associated transcript file.
sourceimpl EncryptionSetting
impl EncryptionSetting
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EncryptionSetting.
Trait Implementations
sourceimpl Clone for EncryptionSetting
impl Clone for EncryptionSetting
sourcefn clone(&self) -> EncryptionSetting
fn clone(&self) -> EncryptionSetting
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EncryptionSetting
impl Debug for EncryptionSetting
sourceimpl PartialEq<EncryptionSetting> for EncryptionSetting
impl PartialEq<EncryptionSetting> for EncryptionSetting
sourcefn eq(&self, other: &EncryptionSetting) -> bool
fn eq(&self, other: &EncryptionSetting) -> bool
impl StructuralPartialEq for EncryptionSetting
Auto Trait Implementations
impl RefUnwindSafe for EncryptionSetting
impl Send for EncryptionSetting
impl Sync for EncryptionSetting
impl Unpin for EncryptionSetting
impl UnwindSafe for EncryptionSetting
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more