Description Usage Arguments Value Request syntax Examples
View source: R/autoscaling_operations.R
Deletes the specified scheduled action.
1 2 | autoscaling_delete_scheduled_action(AutoScalingGroupName,
ScheduledActionName)
|
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
ScheduledActionName |
[required] The name of the action to delete. |
An empty list.
1 2 3 4 | svc$delete_scheduled_action(
AutoScalingGroupName = "string",
ScheduledActionName = "string"
)
|
1 2 3 4 5 6 7 8 9 | ## Not run:
# This example deletes the specified scheduled action from the specified
# Auto Scaling group.
svc$delete_scheduled_action(
AutoScalingGroupName = "my-auto-scaling-group",
ScheduledActionName = "my-scheduled-action"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.