Class: Aws::Types::DescribeTenantDatabasesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTenantDatabasesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#tenant_db_name ⇒ ::String
Returns the value of attribute tenant_db_name.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
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.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
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.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def tenant_db_name @tenant_db_name end |