Class: Aws::Types::DBSnapshotTenantDatabase

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def tenant_db_name
  @tenant_db_name
end