Struct aws_sdk_lexmodelsv2::model::EncryptionSetting
source · [−]#[non_exhaustive]pub struct EncryptionSetting {
pub kms_key_arn: Option<String>,
pub bot_locale_export_password: Option<String>,
pub associated_transcripts_password: Option<String>,
}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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.kms_key_arn: Option<String>The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
bot_locale_export_password: Option<String>The password used to encrypt the recommended bot recommendation file.
associated_transcripts_password: Option<String>The password used to encrypt the associated transcript file.
Implementations
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
The password used to encrypt the recommended bot recommendation file.
The password used to encrypt the associated transcript file.
Creates a new builder-style object to manufacture EncryptionSetting
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more