Class: Aws::Types::RedshiftDatabaseCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns the value of attribute password.

Returns:



597
598
599
# File 'sig/types.rbs', line 597

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:



596
597
598
# File 'sig/types.rbs', line 596

def username
  @username
end