Class: Aws::Types::DBSnapshotTenantDatabasesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBSnapshotTenantDatabasesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_snapshot_tenant_databases ⇒ ::Array[Types::DBSnapshotTenantDatabase]
Returns the value of attribute db_snapshot_tenant_databases.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_snapshot_tenant_databases ⇒ ::Array[Types::DBSnapshotTenantDatabase]
Returns the value of attribute db_snapshot_tenant_databases.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def db_snapshot_tenant_databases @db_snapshot_tenant_databases end |
#marker ⇒ ::String
Returns the value of attribute marker.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def marker @marker end |