Class: Aws::Types::DescribeScheduledActionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScheduledActionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scheduled_actions ⇒ ::Array[Types::ScheduledAction]
Returns the value of attribute scheduled_actions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
129 130 131 |
# File 'sig/types.rbs', line 129 def next_token @next_token end |
#scheduled_actions ⇒ ::Array[Types::ScheduledAction]
Returns the value of attribute scheduled_actions.
128 129 130 |
# File 'sig/types.rbs', line 128 def scheduled_actions @scheduled_actions end |