Class: Aws::Types::DBSnapshotTenantDatabase
- Inherits:
-
Object
- Object
- Aws::Types::DBSnapshotTenantDatabase
- 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.
-
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
-
#db_snapshot_tenant_database_arn ⇒ ::String
Returns the value of attribute db_snapshot_tenant_database_arn.
-
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#nchar_character_set_name ⇒ ::String
Returns the value of attribute nchar_character_set_name.
-
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
-
#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.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def character_set_name @character_set_name end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def db_instance_identifier @db_instance_identifier end |
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def db_snapshot_identifier @db_snapshot_identifier end |
#db_snapshot_tenant_database_arn ⇒ ::String
Returns the value of attribute db_snapshot_tenant_database_arn.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def db_snapshot_tenant_database_arn @db_snapshot_tenant_database_arn end |
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def dbi_resource_id @dbi_resource_id end |
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def engine_name @engine_name end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def master_username @master_username end |
#nchar_character_set_name ⇒ ::String
Returns the value of attribute nchar_character_set_name.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def nchar_character_set_name @nchar_character_set_name end |
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def snapshot_type @snapshot_type end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def tag_list @tag_list end |
#tenant_database_create_time ⇒ ::Time
Returns the value of attribute tenant_database_create_time.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def tenant_database_create_time @tenant_database_create_time end |
#tenant_database_resource_id ⇒ ::String
Returns the value of attribute tenant_database_resource_id.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def tenant_database_resource_id @tenant_database_resource_id end |
#tenant_db_name ⇒ ::String
Returns the value of attribute tenant_db_name.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def tenant_db_name @tenant_db_name end |