Class: Aws::Types::TenantDatabasesMessage
- Inherits:
-
Object
- Object
- Aws::Types::TenantDatabasesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#tenant_databases ⇒ ::Array[Types::TenantDatabase]
Returns the value of attribute tenant_databases.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
4497 4498 4499 |
# File 'sig/types.rbs', line 4497 def marker @marker end |
#tenant_databases ⇒ ::Array[Types::TenantDatabase]
Returns the value of attribute tenant_databases.
4498 4499 4500 |
# File 'sig/types.rbs', line 4498 def tenant_databases @tenant_databases end |