Class: Aws::Types::RedshiftServerlessAuthConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftServerlessAuthConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "IAM", "USERNAME_PASSWORD"
Returns the value of attribute type.
-
#username_password_secret_arn ⇒ ::String
Returns the value of attribute username_password_secret_arn.
Instance Attribute Details
#type ⇒ "IAM", "USERNAME_PASSWORD"
Returns the value of attribute type.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def type @type end |
#username_password_secret_arn ⇒ ::String
Returns the value of attribute username_password_secret_arn.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def username_password_secret_arn @username_password_secret_arn end |