Struct aws_sdk_ec2::output::DescribeFleetHistoryOutput [−][src]
#[non_exhaustive]pub struct DescribeFleetHistoryOutput {
pub history_records: Option<Vec<HistoryRecordEntry>>,
pub last_evaluated_time: Option<DateTime>,
pub next_token: Option<String>,
pub fleet_id: Option<String>,
pub start_time: Option<DateTime>,
}
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.history_records: Option<Vec<HistoryRecordEntry>>
Information about the events in the history of the EC2 Fleet.
last_evaluated_time: Option<DateTime>
The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.
If nextToken
indicates that there are more results, this value is not
present.
next_token: Option<String>
The token for the next set of results.
fleet_id: Option<String>
The ID of the EC Fleet.
start_time: Option<DateTime>
The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Implementations
Information about the events in the history of the EC2 Fleet.
The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.
If nextToken
indicates that there are more results, this value is not
present.
The token for the next set of results.
The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Creates a new builder-style object to manufacture DescribeFleetHistoryOutput
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 DescribeFleetHistoryOutput
impl Send for DescribeFleetHistoryOutput
impl Sync for DescribeFleetHistoryOutput
impl Unpin for DescribeFleetHistoryOutput
impl UnwindSafe for DescribeFleetHistoryOutput
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