Struct aws_sdk_ec2::model::HistoryRecordEntry
source · #[non_exhaustive]pub struct HistoryRecordEntry { /* private fields */ }
Expand description
Describes an event in the history of an EC2 Fleet.
Implementations§
source§impl HistoryRecordEntry
impl HistoryRecordEntry
sourcepub fn event_information(&self) -> Option<&EventInformation>
pub fn event_information(&self) -> Option<&EventInformation>
Information about the event.
sourcepub fn event_type(&self) -> Option<&FleetEventType>
pub fn event_type(&self) -> Option<&FleetEventType>
The event type.
source§impl HistoryRecordEntry
impl HistoryRecordEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HistoryRecordEntry
.
Trait Implementations§
source§impl Clone for HistoryRecordEntry
impl Clone for HistoryRecordEntry
source§fn clone(&self) -> HistoryRecordEntry
fn clone(&self) -> HistoryRecordEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HistoryRecordEntry
impl Debug for HistoryRecordEntry
source§impl PartialEq<HistoryRecordEntry> for HistoryRecordEntry
impl PartialEq<HistoryRecordEntry> for HistoryRecordEntry
source§fn eq(&self, other: &HistoryRecordEntry) -> bool
fn eq(&self, other: &HistoryRecordEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.