Class: Aws::Types::RedshiftProvisionedAuthConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftProvisionedAuthConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_user ⇒ ::String
Returns the value of attribute database_user.
-
#type ⇒ "IAM", ...
Returns the value of attribute type.
-
#username_password_secret_arn ⇒ ::String
Returns the value of attribute username_password_secret_arn.
Instance Attribute Details
#database_user ⇒ ::String
Returns the value of attribute database_user.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def database_user @database_user end |
#type ⇒ "IAM", ...
Returns the value of attribute type.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def type @type end |
#username_password_secret_arn ⇒ ::String
Returns the value of attribute username_password_secret_arn.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def username_password_secret_arn @username_password_secret_arn end |