AWS SDK for .NET Documentation
SpotPriceHistory Class
AmazonAmazon.EC2.ModelSpotPriceHistory Did this page help you?   Yes   No    Tell us about it...
A single Spot Price history data point.
Declaration Syntax
C#
public class SpotPriceHistory
Members
All MembersConstructorsMethodsProperties



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

AvailabilityZone
The Availability Zone.

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.)
InstanceType
The instance type.

IsSetAvailabilityZone()()()()
Checks if AvailabilityZone property is set

IsSetInstanceType()()()()
Checks if InstanceType property is set

IsSetProductDescription()()()()
Checks if ProductDescription property is set

IsSetSpotPrice()()()()
Checks if SpotPrice property is set

IsSetTimestamp()()()()
Checks if Timestamp property is set

ProductDescription
The description of the AMI.

SpotPrice
The price paid to launch one or more instances.

Timestamp
The creation timestamp of the request.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAvailabilityZone(String) Obsolete.
Sets the Availability Zone.

WithInstanceType(String) Obsolete.
Sets the instance type.

WithProductDescription(String) Obsolete.
Sets the description of the AMI.

WithSpotPrice(String) Obsolete.
Sets the price paid to launch one or more instances.

WithTimestamp(String) Obsolete.
Sets the creation timestamp of the request.

Inheritance Hierarchy
Object
SpotPriceHistory

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