Class: Aws::Types::ConnectionPasswordEncryption
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionPasswordEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_kms_key_id ⇒ ::String
Returns the value of attribute aws_kms_key_id.
-
#return_connection_password_encrypted ⇒ Boolean
Returns the value of attribute return_connection_password_encrypted.
Instance Attribute Details
#aws_kms_key_id ⇒ ::String
Returns the value of attribute aws_kms_key_id.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def aws_kms_key_id @aws_kms_key_id end |
#return_connection_password_encrypted ⇒ Boolean
Returns the value of attribute return_connection_password_encrypted.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def return_connection_password_encrypted @return_connection_password_encrypted end |