Struct aws_sdk_emr::model::InstanceFleetTimeline [−][src]
#[non_exhaustive]pub struct InstanceFleetTimeline {
pub creation_date_time: Option<Instant>,
pub ready_date_time: Option<Instant>,
pub end_date_time: Option<Instant>,
}Expand description
Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.
The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
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.creation_date_time: Option<Instant>The time and date the instance fleet was created.
ready_date_time: Option<Instant>The time and date the instance fleet was ready to run jobs.
end_date_time: Option<Instant>The time and date the instance fleet terminated.
Implementations
Creates a new builder-style object to manufacture InstanceFleetTimeline
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 InstanceFleetTimeline
impl Send for InstanceFleetTimeline
impl Sync for InstanceFleetTimeline
impl Unpin for InstanceFleetTimeline
impl UnwindSafe for InstanceFleetTimeline
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