Class: Aws::Types::UserAuthConfigInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auth_scheme"SECRETS"

Returns the value of attribute auth_scheme.

Returns:



4540
4541
4542
# File 'sig/types.rbs', line 4540

def auth_scheme
  @auth_scheme
end

#client_password_auth_type"MYSQL_NATIVE_PASSWORD", ...

Returns the value of attribute client_password_auth_type.

Returns:



4543
4544
4545
# File 'sig/types.rbs', line 4543

def client_password_auth_type
  @client_password_auth_type
end

#description::String

Returns the value of attribute description.

Returns:



4538
4539
4540
# File 'sig/types.rbs', line 4538

def description
  @description
end

#iam_auth"DISABLED", ...

Returns the value of attribute iam_auth.

Returns:



4542
4543
4544
# File 'sig/types.rbs', line 4542

def iam_auth
  @iam_auth
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:



4541
4542
4543
# File 'sig/types.rbs', line 4541

def secret_arn
  @secret_arn
end

#user_name::String

Returns the value of attribute user_name.

Returns:



4539
4540
4541
# File 'sig/types.rbs', line 4539

def user_name
  @user_name
end