ec2_cancel_spot_instance_requests {paws.compute} | R Documentation |
Cancels one or more Spot Instance requests
Description
Cancels one or more Spot Instance requests.
See https://www.paws-r-sdk.com/docs/ec2_cancel_spot_instance_requests/ for full documentation.
Usage
ec2_cancel_spot_instance_requests(DryRun = NULL, SpotInstanceRequestIds)
Arguments
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |
SpotInstanceRequestIds |
[required] The IDs of the Spot Instance requests. |
[Package paws.compute version 0.7.0 Index]