AWS SDK for .NET Documentation
CancelSpotInstanceRequestsRequest Class
AmazonAmazon.EC2.ModelCancelSpotInstanceRequestsRequest Did this page help you?   Yes   No    Tell us about it...
Cancels one or more Spot Instance requests.
Declaration Syntax
C#
public class CancelSpotInstanceRequestsRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CancelSpotInstanceRequestsRequest()()()()
Initializes a new instance of the CancelSpotInstanceRequestsRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetSpotInstanceRequestId()()()()
Checks if SpotInstanceRequestId property is set

SpotInstanceRequestId
The list of Spot Instance requests that you want to cancel.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithSpotInstanceRequestId(array<String>[]()[][]) Obsolete.
Sets the Spot Instance requests that you want to cancel.

Remarks
Spot Instances are instances that Amazon EC2 starts on your behalf when the maximum price that you specify exceeds the current Spot Price. Amazon EC2 periodically sets the Spot Price based on available Spot Instance capacity and current Spot Instance requests.
Inheritance Hierarchy
Object
EC2Request
 CancelSpotInstanceRequestsRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)