Class: Aws::Types::GetCredentialsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCredentialsResponse
- 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.
-
#next_refresh_time ⇒ ::Time
Returns the value of attribute next_refresh_time.
Instance Attribute Details
#db_password ⇒ ::String
Returns the value of attribute db_password.
325 326 327 |
# File 'sig/types.rbs', line 325 def db_password @db_password end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
326 327 328 |
# File 'sig/types.rbs', line 326 def db_user @db_user end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
327 328 329 |
# File 'sig/types.rbs', line 327 def expiration @expiration end |
#next_refresh_time ⇒ ::Time
Returns the value of attribute next_refresh_time.
328 329 330 |
# File 'sig/types.rbs', line 328 def next_refresh_time @next_refresh_time end |