Class: Aws::Types::ClusterCredentials
- Inherits:
-
Object
- Object
- Aws::Types::ClusterCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_password ⇒ ::String
Returns the value of attribute db_password.
-
#db_user ⇒ ::String
Returns the value of attribute db_user.
-
#expiration ⇒ ::Time
Returns the value of attribute expiration.
Instance Attribute Details
#db_password ⇒ ::String
Returns the value of attribute db_password.
270 271 272 |
# File 'sig/types.rbs', line 270 def db_password @db_password end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
269 270 271 |
# File 'sig/types.rbs', line 269 def db_user @db_user end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
271 272 273 |
# File 'sig/types.rbs', line 271 def expiration @expiration end |