Class: Aws::Types::ModifyTenantDatabaseMessage

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

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


3273
3274
3275
# File 'sig/types.rbs', line 3273

def db_instance_identifier
  @db_instance_identifier
end

#manage_master_user_passwordBoolean

Returns the value of attribute manage_master_user_password.

Returns:

  • (Boolean)


3277
3278
3279
# File 'sig/types.rbs', line 3277

def manage_master_user_password
  @manage_master_user_password
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


3275
3276
3277
# File 'sig/types.rbs', line 3275

def master_user_password
  @master_user_password
end

#master_user_secret_kms_key_id::String

Returns the value of attribute master_user_secret_kms_key_id.

Returns:

  • (::String)


3279
3280
3281
# File 'sig/types.rbs', line 3279

def master_user_secret_kms_key_id
  @master_user_secret_kms_key_id
end

#new_tenant_db_name::String

Returns the value of attribute new_tenant_db_name.

Returns:

  • (::String)


3276
3277
3278
# File 'sig/types.rbs', line 3276

def new_tenant_db_name
  @new_tenant_db_name
end

#rotate_master_user_passwordBoolean

Returns the value of attribute rotate_master_user_password.

Returns:

  • (Boolean)


3278
3279
3280
# File 'sig/types.rbs', line 3278

def rotate_master_user_password
  @rotate_master_user_password
end

#tenant_db_name::String

Returns the value of attribute tenant_db_name.

Returns:

  • (::String)


3274
3275
3276
# File 'sig/types.rbs', line 3274

def tenant_db_name
  @tenant_db_name
end