Class: Aws::Types::DBSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_snapshots ⇒ ::Array[Types::DBSnapshot]
Returns the value of attribute db_snapshots.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_snapshots ⇒ ::Array[Types::DBSnapshot]
Returns the value of attribute db_snapshots.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def db_snapshots @db_snapshots end |
#marker ⇒ ::String
Returns the value of attribute marker.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def marker @marker end |