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.
271 272 273 |
# File 'sig/types.rbs', line 271 def db_password @db_password end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
270 271 272 |
# File 'sig/types.rbs', line 270 def db_user @db_user end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
272 273 274 |
# File 'sig/types.rbs', line 272 def expiration @expiration end |