Class: Aws::Types::UserAuthConfig
- Inherits:
-
Object
- Object
- Aws::Types::UserAuthConfig
- 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.
4529 4530 4531 |
# File 'sig/types.rbs', line 4529 def auth_scheme @auth_scheme end |
#client_password_auth_type ⇒ "MYSQL_NATIVE_PASSWORD", ...
Returns the value of attribute client_password_auth_type.
4532 4533 4534 |
# File 'sig/types.rbs', line 4532 def client_password_auth_type @client_password_auth_type end |
#description ⇒ ::String
Returns the value of attribute description.
4527 4528 4529 |
# File 'sig/types.rbs', line 4527 def description @description end |
#iam_auth ⇒ "DISABLED", ...
Returns the value of attribute iam_auth.
4531 4532 4533 |
# File 'sig/types.rbs', line 4531 def iam_auth @iam_auth end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
4530 4531 4532 |
# File 'sig/types.rbs', line 4530 def secret_arn @secret_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
4528 4529 4530 |
# File 'sig/types.rbs', line 4528 def user_name @user_name end |