Struct aws_sdk_ec2::model::HistoryRecord [−][src]
#[non_exhaustive]pub struct HistoryRecord {
pub event_information: Option<EventInformation>,
pub event_type: Option<EventType>,
pub timestamp: Option<DateTime>,
}
Expand description
Describes an event in the history of the Spot Fleet request.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.event_information: Option<EventInformation>
Information about the event.
event_type: Option<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.
timestamp: Option<DateTime>
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Implementations
Information about the event.
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.
Creates a new builder-style object to manufacture HistoryRecord
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for HistoryRecord
impl Send for HistoryRecord
impl Sync for HistoryRecord
impl Unpin for HistoryRecord
impl UnwindSafe for HistoryRecord
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more