AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an event in the history of the Spot Fleet request.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.HistoryRecord

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class HistoryRecord

The HistoryRecord type exposes the following members

Constructors

NameDescription
Public Method HistoryRecord()

Properties

NameTypeDescription
Public Property EventInformation Amazon.EC2.Model.EventInformation

Gets and sets the property EventInformation.

Information about the event.

Public Property EventType Amazon.EC2.EventType

Gets and sets the property EventType.

The event type.

  • error - An error with the Spot Fleet request.

  • fleetRequestChange - A change in the status or configuration of the Spot Fleet request.

  • instanceChange - An instance was launched or terminated.

  • Information - An informational event.

Public Property Timestamp System.DateTime

Gets and sets the property Timestamp.

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5