Class: Aws::Types::RedshiftServerlessAuthConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"IAM", "USERNAME_PASSWORD"

Returns the value of attribute type.

Returns:

  • ("IAM", "USERNAME_PASSWORD")


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.

Returns:

  • (::String)


2453
2454
2455
# File 'sig/types.rbs', line 2453

def username_password_secret_arn
  @username_password_secret_arn
end