Class: Aws::Types::ClusterCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:db_password])

Instance Attribute Summary collapse

Instance Attribute Details

#db_password::String

Returns the value of attribute db_password.

Returns:

  • (::String)


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.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def db_user
  @db_user
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


271
272
273
# File 'sig/types.rbs', line 271

def expiration
  @expiration
end