Class: Aws::Types::CreateTenantDatabaseMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateTenantDatabaseMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#master_user_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_user_secret_kms_key_id.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#nchar_character_set_name ⇒ ::String
Returns the value of attribute nchar_character_set_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tenant_db_name ⇒ ::String
Returns the value of attribute tenant_db_name.
Instance Attribute Details
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
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.
778 779 780 |
# File 'sig/types.rbs', line 778 def db_instance_identifier @db_instance_identifier end |
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
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.
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.
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.
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.
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.
786 787 788 |
# File 'sig/types.rbs', line 786 def @tags end |
#tenant_db_name ⇒ ::String
Returns the value of attribute tenant_db_name.
779 780 781 |
# File 'sig/types.rbs', line 779 def tenant_db_name @tenant_db_name end |