Class: Aws::Types::TenantDatabase

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#character_set_name::String

Returns the value of attribute character_set_name.

Returns:

  • (::String)


4472
4473
4474
# File 'sig/types.rbs', line 4472

def character_set_name
  @character_set_name
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


4465
4466
4467
# File 'sig/types.rbs', line 4465

def db_instance_identifier
  @db_instance_identifier
end

#dbi_resource_id::String

Returns the value of attribute dbi_resource_id.

Returns:

  • (::String)


4469
4470
4471
# File 'sig/types.rbs', line 4469

def dbi_resource_id
  @dbi_resource_id
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


4474
4475
4476
# File 'sig/types.rbs', line 4474

def deletion_protection
  @deletion_protection
end

#master_user_secretTypes::MasterUserSecret

Returns the value of attribute master_user_secret.



4476
4477
4478
# File 'sig/types.rbs', line 4476

def master_user_secret
  @master_user_secret
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


4468
4469
4470
# File 'sig/types.rbs', line 4468

def master_username
  @master_username
end

#nchar_character_set_name::String

Returns the value of attribute nchar_character_set_name.

Returns:

  • (::String)


4473
4474
4475
# File 'sig/types.rbs', line 4473

def nchar_character_set_name
  @nchar_character_set_name
end

#pending_modified_valuesTypes::TenantDatabasePendingModifiedValues

Returns the value of attribute pending_modified_values.



4475
4476
4477
# File 'sig/types.rbs', line 4475

def pending_modified_values
  @pending_modified_values
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


4467
4468
4469
# File 'sig/types.rbs', line 4467

def status
  @status
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



4477
4478
4479
# File 'sig/types.rbs', line 4477

def tag_list
  @tag_list
end

#tenant_database_arn::String

Returns the value of attribute tenant_database_arn.

Returns:

  • (::String)


4471
4472
4473
# File 'sig/types.rbs', line 4471

def tenant_database_arn
  @tenant_database_arn
end

#tenant_database_create_time::Time

Returns the value of attribute tenant_database_create_time.

Returns:

  • (::Time)


4464
4465
4466
# File 'sig/types.rbs', line 4464

def tenant_database_create_time
  @tenant_database_create_time
end

#tenant_database_resource_id::String

Returns the value of attribute tenant_database_resource_id.

Returns:

  • (::String)


4470
4471
4472
# File 'sig/types.rbs', line 4470

def tenant_database_resource_id
  @tenant_database_resource_id
end

#tenant_db_name::String

Returns the value of attribute tenant_db_name.

Returns:

  • (::String)


4466
4467
4468
# File 'sig/types.rbs', line 4466

def tenant_db_name
  @tenant_db_name
end