Class: Aws::Types::DescribeTenantDatabasesMessage

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)


2434
2435
2436
# File 'sig/types.rbs', line 2434

def db_instance_identifier
  @db_instance_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2436
2437
2438
# File 'sig/types.rbs', line 2436

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def max_records
  @max_records
end

#tenant_db_name::String

Returns the value of attribute tenant_db_name.

Returns:

  • (::String)


2435
2436
2437
# File 'sig/types.rbs', line 2435

def tenant_db_name
  @tenant_db_name
end