Class: Aws::Types::RedshiftProvisionedAuthConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_user::String

Returns the value of attribute database_user.

Returns:

  • (::String)


2416
2417
2418
# File 'sig/types.rbs', line 2416

def database_user
  @database_user
end

#type"IAM", ...

Returns the value of attribute type.

Returns:

  • ("IAM", "USERNAME_PASSWORD", "USERNAME")


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.

Returns:

  • (::String)


2417
2418
2419
# File 'sig/types.rbs', line 2417

def username_password_secret_arn
  @username_password_secret_arn
end