A single Spot Price history data point.

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 SpotPriceHistory
Public Class SpotPriceHistory
public ref class SpotPriceHistory

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SpotPriceHistory()()()()
Initializes a new instance of the SpotPriceHistory class
AvailabilityZone
Gets and sets the AvailabilityZone property. 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
Gets and sets the InstanceType property. 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
Gets and sets the ProductDescription property. The description of the AMI.
SpotPrice
Gets and sets the SpotPrice property. Specifies the price paid to launch one or more instances.
Timestamp
Gets and sets the Timestamp property. Specifies the creation timestamp of the request.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAvailabilityZone(String)
Sets the AvailabilityZone property
WithInstanceType(String)
Sets the InstanceType property
WithProductDescription(String)
Sets the ProductDescription property
WithSpotPrice(String)
Sets the SpotPrice property
WithTimestamp(String)
Sets the Timestamp property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..SpotPriceHistory

See Also