Class: Aws::Types::GetRelationalDatabaseMasterUserPasswordResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:master_user_password])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def master_user_password
  @master_user_password
end