Class: Aws::Types::CreateTenantDatabaseMessage

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

#character_set_name::String

Returns the value of attribute character_set_name.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def character_set_name
  @character_set_name
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def db_instance_identifier
  @db_instance_identifier
end

#manage_master_user_passwordBoolean

Returns the value of attribute manage_master_user_password.

Returns:

  • (Boolean)


784
785
786
# File 'sig/types.rbs', line 784

def manage_master_user_password
  @manage_master_user_password
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

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)


785
786
787
# File 'sig/types.rbs', line 785

def master_user_secret_kms_key_id
  @master_user_secret_kms_key_id
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def master_username
  @master_username
end

#nchar_character_set_name::String

Returns the value of attribute nchar_character_set_name.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def nchar_character_set_name
  @nchar_character_set_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



786
787
788
# File 'sig/types.rbs', line 786

def tags
  @tags
end

#tenant_db_name::String

Returns the value of attribute tenant_db_name.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def tenant_db_name
  @tenant_db_name
end