Class: Aws::Types::ClusterExtendedCredentials

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)


291
292
293
# File 'sig/types.rbs', line 291

def db_password
  @db_password
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def db_user
  @db_user
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


292
293
294
# File 'sig/types.rbs', line 292

def expiration
  @expiration
end

#next_refresh_time::Time

Returns the value of attribute next_refresh_time.

Returns:

  • (::Time)


293
294
295
# File 'sig/types.rbs', line 293

def next_refresh_time
  @next_refresh_time
end