Class: Aws::Types::EncryptionSetting
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_transcripts_password ⇒ ::String
Returns the value of attribute associated_transcripts_password.
-
#bot_locale_export_password ⇒ ::String
Returns the value of attribute bot_locale_export_password.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#associated_transcripts_password ⇒ ::String
Returns the value of attribute associated_transcripts_password.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def associated_transcripts_password @associated_transcripts_password end |
#bot_locale_export_password ⇒ ::String
Returns the value of attribute bot_locale_export_password.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def bot_locale_export_password @bot_locale_export_password end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def kms_key_arn @kms_key_arn end |