Describes the Spot Price history.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeSpotPriceHistoryRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeSpotPriceHistoryRequest()()()() | Initializes a new instance of the DescribeSpotPriceHistoryRequest class | 
|  | AvailabilityZone | 
            Availability zone to filter the results by.
             | 
|  | EndTime | 
            End date and time of the Spot Instance price history data.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match system-defined properties and user-defined tags associated 
            with the specified SpotPriceHistory.
            For a complete reference to the available filter keys for this operation, see the
            Amazon EC2 API reference.
             | 
|  | 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 | 
            One ore more instance types to return.
              Remarks 
            Valid values:
            m1.small | m1.large | m1.xlarge |
            c1.medium | c1.xlarge | m2.xlarge | m2.2xlarge |
            m2.4xlarge | m3.xlarge | m3.2xlarge | t1.micro
             | 
|  | IsSetAvailabilityZone()()()() | 
            Checks if AvailabilityZone property is set
             | 
|  | IsSetEndTime()()()() | 
            Checks if EndTime property is set
             | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetInstanceType()()()() | 
            Checks if InstanceType property is set
             | 
|  | IsSetMaxResults()()()() | 
            Checks if MaxResults property is set
             | 
|  | IsSetNextToken()()()() | 
            Checks if NextToken property is set
             | 
|  | IsSetProductDescription()()()() | 
            Checks if ProductDescription property is set
             | 
|  | IsSetStartTime()()()() | 
            Checks if StartTime property is set
             | 
|  | MaxResults | 
            The number of rows to return.
             | 
|  | NextToken | 
            Token for the next set of rows to return.
             | 
|  | ProductDescription | 
            A list of AMI descriptions to filter by.
             | 
|  | StartTime | 
            Start date and time of the Spot Instance price history data.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAvailabilityZone(String) | Obsolete. 
            Sets the availability zone to filter the results by.
             | 
|  | WithEndTime(String) | Obsolete. 
            Sets end date and time of the Spot Instance price history data.
             | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets filters used to match system-defined properties and user-defined tags associated 
            with the specified SpotPriceHistory.
             | 
|  | WithInstanceType(array<String>[]()[][]) | Obsolete. 
            Sets instance types to return.
             | 
|  | WithMaxResults(Int32) | Obsolete. 
            Sets the number of rows to return.
             | 
|  | WithNextToken(String) | Obsolete. 
            Sets the token for the next set of rows to return.
             | 
|  | WithProductDescription(array<String>[]()[][]) | Obsolete. 
            Sets a list of AMI descriptions to filter by.
             | 
|  | WithStartTime(String) | Obsolete. 
            Sets the start date and time of the Spot Instance price history data.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeSpotPriceHistoryRequest | |