Struct aws_sdk_emr::types::InstanceTimeline
source · #[non_exhaustive]pub struct InstanceTimeline { /* private fields */ }Expand description
The timeline of the instance lifecycle.
Implementations§
source§impl InstanceTimeline
impl InstanceTimeline
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The creation date and time of the instance.
sourcepub fn ready_date_time(&self) -> Option<&DateTime>
pub fn ready_date_time(&self) -> Option<&DateTime>
The date and time when the instance was ready to perform tasks.
sourcepub fn end_date_time(&self) -> Option<&DateTime>
pub fn end_date_time(&self) -> Option<&DateTime>
The date and time when the instance was terminated.
source§impl InstanceTimeline
impl InstanceTimeline
sourcepub fn builder() -> InstanceTimelineBuilder
pub fn builder() -> InstanceTimelineBuilder
Creates a new builder-style object to manufacture InstanceTimeline.
Trait Implementations§
source§impl Clone for InstanceTimeline
impl Clone for InstanceTimeline
source§fn clone(&self) -> InstanceTimeline
fn clone(&self) -> InstanceTimeline
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 InstanceTimeline
impl Debug for InstanceTimeline
source§impl PartialEq<InstanceTimeline> for InstanceTimeline
impl PartialEq<InstanceTimeline> for InstanceTimeline
source§fn eq(&self, other: &InstanceTimeline) -> bool
fn eq(&self, other: &InstanceTimeline) -> bool
This method tests for
self and other values to be equal, and is used
by ==.