Class: Aws::Types::DescribeDBSnapshotTenantDatabasesMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


2230
2231
2232
# File 'sig/types.rbs', line 2230

def db_instance_identifier
  @db_instance_identifier
end

#db_snapshot_identifier::String

Returns the value of attribute db_snapshot_identifier.

Returns:

  • (::String)


2231
2232
2233
# File 'sig/types.rbs', line 2231

def db_snapshot_identifier
  @db_snapshot_identifier
end

#dbi_resource_id::String

Returns the value of attribute dbi_resource_id.

Returns:

  • (::String)


2236
2237
2238
# File 'sig/types.rbs', line 2236

def dbi_resource_id
  @dbi_resource_id
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2233
2234
2235
# File 'sig/types.rbs', line 2233

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2235
2236
2237
# File 'sig/types.rbs', line 2235

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2234
2235
2236
# File 'sig/types.rbs', line 2234

def max_records
  @max_records
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


2232
2233
2234
# File 'sig/types.rbs', line 2232

def snapshot_type
  @snapshot_type
end