Class: Aws::Types::ScheduledActionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledActionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#scheduled_actions ⇒ ::Array[Types::ScheduledAction]
Returns the value of attribute scheduled_actions.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def marker @marker end |
#scheduled_actions ⇒ ::Array[Types::ScheduledAction]
Returns the value of attribute scheduled_actions.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def scheduled_actions @scheduled_actions end |