You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::ClusterTimeline

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the timeline of the cluster's lifecycle.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time of the cluster.

Returns:

  • (Time)

    The creation date and time of the cluster.

#end_date_timeTime

The date and time when the cluster was terminated.

Returns:

  • (Time)

    The date and time when the cluster was terminated.

#ready_date_timeTime

The date and time when the cluster was ready to execute steps.

Returns:

  • (Time)

    The date and time when the cluster was ready to execute steps.