Class: Aws::Types::ConnectionPasswordEncryption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_kms_key_id::String

Returns the value of attribute aws_kms_key_id.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def aws_kms_key_id
  @aws_kms_key_id
end

#return_connection_password_encryptedBoolean

Returns the value of attribute return_connection_password_encrypted.

Returns:

  • (Boolean)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def return_connection_password_encrypted
  @return_connection_password_encrypted
end