Class: Aws::Types::DescribeSnapshotSchedulesOutputMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotSchedulesOutputMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#snapshot_schedules ⇒ ::Array[Types::SnapshotSchedule]
Returns the value of attribute snapshot_schedules.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def marker @marker end |
#snapshot_schedules ⇒ ::Array[Types::SnapshotSchedule]
Returns the value of attribute snapshot_schedules.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def snapshot_schedules @snapshot_schedules end |