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