Class: Aws::Types::EncryptionSetting

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:bot_locale_export_password, :associated_transcripts_password])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_transcripts_password ⇒ ::String

Returns the value of attribute associated_transcripts_password.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1748
1749
1750
# File 'sig/types.rbs', line 1748

def kms_key_arn
  @kms_key_arn
end