Method: Aws::RDS::Types::DescribeDBSnapshotTenantDatabasesMessage#db_instance_identifier

Defined in:
lib/aws-sdk-rds/types.rb

#db_instance_identifierString

The ID of the DB instance used to create the DB snapshots. This parameter isn’t case-sensitive.

Constraints:

  • If supplied, must match the identifier of an existing ‘DBInstance`.

^



13613
13614
13615
13616
13617
13618
13619
13620
13621
13622
13623
# File 'lib/aws-sdk-rds/types.rb', line 13613

class DescribeDBSnapshotTenantDatabasesMessage < Struct.new(
  :db_instance_identifier,
  :db_snapshot_identifier,
  :snapshot_type,
  :filters,
  :max_records,
  :marker,
  :dbi_resource_id)
  SENSITIVE = []
  include Aws::Structure
end