A single Spot Price history data point.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class SpotPriceHistory
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SpotPriceHistory()()()() | Initializes a new instance of the SpotPriceHistory class | 
|  | AvailabilityZone | 
            The Availability Zone.
             | 
|  | Equals(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
 Inheritance Hierarchy| Object | |
|  | SpotPriceHistory |