Struct rusoto_ec2::HistoryRecord [] [src]

pub struct HistoryRecord {
    pub event_information: EventInformation,
    pub event_type: String,
    pub timestamp: String,
}

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

Fields

Information about the event.

The event type.

  • error - Indicates an error with the Spot fleet request.

  • fleetRequestChange - Indicates a change in the status or configuration of the Spot fleet request.

  • instanceChange - Indicates that an instance was launched or terminated.

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

Trait Implementations

impl Default for HistoryRecord
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for HistoryRecord
[src]

[src]

Formats the value using the given formatter.

impl Clone for HistoryRecord
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more