Class: Aws::Types::SnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#snapshots ⇒ ::Array[Types::Snapshot]
Returns the value of attribute snapshots.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2945 2946 2947 |
# File 'sig/types.rbs', line 2945 def marker @marker end |
#snapshots ⇒ ::Array[Types::Snapshot]
Returns the value of attribute snapshots.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def snapshots @snapshots end |