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.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def marker @marker end |
#scheduled_actions ⇒ ::Array[Types::ScheduledAction]
Returns the value of attribute scheduled_actions.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def scheduled_actions @scheduled_actions end |