Class: Aws::Types::ScheduledActionsType
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledActionsType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scheduled_update_group_actions ⇒ ::Array[Types::ScheduledUpdateGroupAction]
Returns the value of attribute scheduled_update_group_actions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def next_token @next_token end |
#scheduled_update_group_actions ⇒ ::Array[Types::ScheduledUpdateGroupAction]
Returns the value of attribute scheduled_update_group_actions.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def scheduled_update_group_actions @scheduled_update_group_actions end |