Class: Aws::Types::RdsDbUserDetails
- Inherits:
-
Object
- Object
- Aws::Types::RdsDbUserDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application ⇒ ::String
Returns the value of attribute application.
-
#auth_method ⇒ ::String
Returns the value of attribute auth_method.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#ssl ⇒ ::String
Returns the value of attribute ssl.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#application ⇒ ::String
Returns the value of attribute application.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def application @application end |
#auth_method ⇒ ::String
Returns the value of attribute auth_method.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def auth_method @auth_method end |
#database ⇒ ::String
Returns the value of attribute database.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def database @database end |
#ssl ⇒ ::String
Returns the value of attribute ssl.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def ssl @ssl end |
#user ⇒ ::String
Returns the value of attribute user.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def user @user end |