Struct aws_sdk_emr::model::InstanceTimeline [−][src]
#[non_exhaustive]pub struct InstanceTimeline {
pub creation_date_time: Option<DateTime>,
pub ready_date_time: Option<DateTime>,
pub end_date_time: Option<DateTime>,
}Expand description
The timeline of the instance lifecycle.
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<DateTime>The creation date and time of the instance.
ready_date_time: Option<DateTime>The date and time when the instance was ready to perform tasks.
end_date_time: Option<DateTime>The date and time when the instance was terminated.
Implementations
The creation date and time of the instance.
The date and time when the instance was ready to perform tasks.
The date and time when the instance was terminated.
Creates a new builder-style object to manufacture InstanceTimeline
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 InstanceTimeline
impl Send for InstanceTimeline
impl Sync for InstanceTimeline
impl Unpin for InstanceTimeline
impl UnwindSafe for InstanceTimeline
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