Class: Aws::Types::TenantDatabasePendingModifiedValues

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

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


4488
4489
4490
# File 'sig/types.rbs', line 4488

def master_user_password
  @master_user_password
end

#tenant_db_name::String

Returns the value of attribute tenant_db_name.

Returns:

  • (::String)


4489
4490
4491
# File 'sig/types.rbs', line 4489

def tenant_db_name
  @tenant_db_name
end