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§
source§impl 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.
source§impl EncryptionSetting
impl EncryptionSetting
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EncryptionSetting.
Trait Implementations§
source§impl Clone for EncryptionSetting
impl Clone for EncryptionSetting
source§fn clone(&self) -> EncryptionSetting
fn clone(&self) -> EncryptionSetting
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 EncryptionSetting
impl Debug for EncryptionSetting
source§impl PartialEq<EncryptionSetting> for EncryptionSetting
impl PartialEq<EncryptionSetting> for EncryptionSetting
source§fn eq(&self, other: &EncryptionSetting) -> bool
fn eq(&self, other: &EncryptionSetting) -> bool
This method tests for
self and other values to be equal, and is used
by ==.