Struct aws_sdk_emr::model::ClusterTimeline
source · #[non_exhaustive]pub struct ClusterTimeline { /* private fields */ }Expand description
Represents the timeline of the cluster's lifecycle.
Implementations§
source§impl ClusterTimeline
impl ClusterTimeline
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The creation date and time of the cluster.
sourcepub fn ready_date_time(&self) -> Option<&DateTime>
pub fn ready_date_time(&self) -> Option<&DateTime>
The date and time when the cluster was ready to run steps.
sourcepub fn end_date_time(&self) -> Option<&DateTime>
pub fn end_date_time(&self) -> Option<&DateTime>
The date and time when the cluster was terminated.
source§impl ClusterTimeline
impl ClusterTimeline
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClusterTimeline.
Trait Implementations§
source§impl Clone for ClusterTimeline
impl Clone for ClusterTimeline
source§fn clone(&self) -> ClusterTimeline
fn clone(&self) -> ClusterTimeline
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 more