Class: Aws::Types::GetCredentialsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:db_password, :db_user])

Instance Attribute Summary collapse

Instance Attribute Details

#db_password::String

Returns the value of attribute db_password.

Returns:

  • (::String)


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.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def db_user
  @db_user
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


328
329
330
# File 'sig/types.rbs', line 328

def next_refresh_time
  @next_refresh_time
end