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.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def marker @marker end |
#snapshot_schedules ⇒ ::Array[Types::SnapshotSchedule]
Returns the value of attribute snapshot_schedules.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def snapshot_schedules @snapshot_schedules end |