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)


1125
1126
1127
# File 'sig/types.rbs', line 1125

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)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def return_connection_password_encrypted
  @return_connection_password_encrypted
end