Class: Aws::Types::UserAuthConfigInfo
- Inherits:
-
Object
- Object
- Aws::Types::UserAuthConfigInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_scheme ⇒ "SECRETS"
Returns the value of attribute auth_scheme.
-
#client_password_auth_type ⇒ "MYSQL_NATIVE_PASSWORD", ...
Returns the value of attribute client_password_auth_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#iam_auth ⇒ "DISABLED", ...
Returns the value of attribute iam_auth.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#auth_scheme ⇒ "SECRETS"
Returns the value of attribute auth_scheme.
4539 4540 4541 |
# File 'sig/types.rbs', line 4539 def auth_scheme @auth_scheme end |
#client_password_auth_type ⇒ "MYSQL_NATIVE_PASSWORD", ...
Returns the value of attribute client_password_auth_type.
4542 4543 4544 |
# File 'sig/types.rbs', line 4542 def client_password_auth_type @client_password_auth_type end |
#description ⇒ ::String
Returns the value of attribute description.
4537 4538 4539 |
# File 'sig/types.rbs', line 4537 def description @description end |
#iam_auth ⇒ "DISABLED", ...
Returns the value of attribute iam_auth.
4541 4542 4543 |
# File 'sig/types.rbs', line 4541 def iam_auth @iam_auth end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
4540 4541 4542 |
# File 'sig/types.rbs', line 4540 def secret_arn @secret_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
4538 4539 4540 |
# File 'sig/types.rbs', line 4538 def user_name @user_name end |