Class: Aws::Types::RedshiftCredentials
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftCredentials
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: SecretArn, Unknown, UsernamePassword
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#username_password ⇒ Types::UsernamePassword
Returns the value of attribute username_password.
Instance Attribute Details
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
5109 5110 5111 |
# File 'sig/types.rbs', line 5109 def secret_arn @secret_arn end |
#unknown ⇒ Object
Returns the value of attribute unknown.
5111 5112 5113 |
# File 'sig/types.rbs', line 5111 def unknown @unknown end |
#username_password ⇒ Types::UsernamePassword
Returns the value of attribute username_password.
5110 5111 5112 |
# File 'sig/types.rbs', line 5110 def username_password @username_password end |