Class: Aws::Types::GetRelationalDatabaseMasterUserPasswordResult
- Inherits:
-
Object
- Object
- Aws::Types::GetRelationalDatabaseMasterUserPasswordResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def created_at @created_at end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def master_user_password @master_user_password end |