Class: Aws::Types::TenantDatabase
- Inherits:
-
Object
- Object
- Aws::Types::TenantDatabase
- 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.
-
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#master_user_secret ⇒ Types::MasterUserSecret
Returns the value of attribute master_user_secret.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#nchar_character_set_name ⇒ ::String
Returns the value of attribute nchar_character_set_name.
-
#pending_modified_values ⇒ Types::TenantDatabasePendingModifiedValues
Returns the value of attribute pending_modified_values.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
-
#tenant_database_arn ⇒ ::String
Returns the value of attribute tenant_database_arn.
-
#tenant_database_create_time ⇒ ::Time
Returns the value of attribute tenant_database_create_time.
-
#tenant_database_resource_id ⇒ ::String
Returns the value of attribute tenant_database_resource_id.
-
#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.
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.
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.
4469 4470 4471 |
# File 'sig/types.rbs', line 4469 def dbi_resource_id @dbi_resource_id end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
4474 4475 4476 |
# File 'sig/types.rbs', line 4474 def deletion_protection @deletion_protection end |
#master_user_secret ⇒ Types::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.
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.
4473 4474 4475 |
# File 'sig/types.rbs', line 4473 def nchar_character_set_name @nchar_character_set_name end |
#pending_modified_values ⇒ Types::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.
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.
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.
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.
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.
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.
4466 4467 4468 |
# File 'sig/types.rbs', line 4466 def tenant_db_name @tenant_db_name end |