Request to describe historical pricing for Spot Instances.

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeSpotPriceHistoryRequest
Public Class DescribeSpotPriceHistoryRequest
public ref class DescribeSpotPriceHistoryRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeSpotPriceHistoryRequest()()()()
Initializes a new instance of the DescribeSpotPriceHistoryRequest class
AvailabilityZone
Gets and sets the AvailabilityZone property. Filters the results by availability zone.
EndTime
Gets and sets the EndTime property. End date and time of the Spot Instance price history data.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
Gets and sets the Filter property. 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
Gets and sets the InstanceType property. A list of instance types.
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
Gets and sets the MaxResults property. Specifies the number of rows to return.
NextToken
Gets and sets the NextToken property. Specifies the next set of rows to return.
ProductDescription
Gets and sets the ProductDescription property. A list of AMI descriptions
StartTime
Gets and sets the StartTime property. 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)
Sets the AvailabilityZone property.
WithEndTime(String)
Sets the EndTime property
WithFilter(array<Filter>[]()[][])
Sets the Filter property
WithInstanceType(array<String>[]()[][])
Sets the InstanceType property
WithMaxResults(Int32)
Sets the MaxResults property.
WithNextToken(String)
Sets the NextToken property.
WithProductDescription(array<String>[]()[][])
Sets the ProductDescription property
WithStartTime(String)
Sets the StartTime property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..DescribeSpotPriceHistoryRequest

See Also