Class: Aws::Types::DescribeDBSnapshotTenantDatabasesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBSnapshotTenantDatabasesMessage
- 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.
-
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
-
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
-
#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.
-
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
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.
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.
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.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
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.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def snapshot_type @snapshot_type end |