Class: Aws::Types::RedshiftCredentials

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

Defined Under Namespace

Classes: SecretArn, Unknown, UsernamePassword

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username_password])

Instance Attribute Summary collapse

Instance Attribute Details

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


5109
5110
5111
# File 'sig/types.rbs', line 5109

def secret_arn
  @secret_arn
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


5111
5112
5113
# File 'sig/types.rbs', line 5111

def unknown
  @unknown
end

#username_passwordTypes::UsernamePassword

Returns the value of attribute username_password.



5110
5111
5112
# File 'sig/types.rbs', line 5110

def username_password
  @username_password
end