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

Class: Aws::EMR::Types::StepTimeline

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

Overview

The timeline of the cluster step lifecycle.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time when the cluster step was created.

Returns:

  • (Time)

    The date and time when the cluster step was created.

#end_date_timeTime

The date and time when the cluster step execution completed or failed.

Returns:

  • (Time)

    The date and time when the cluster step execution completed or failed.

#start_date_timeTime

The date and time when the cluster step execution started.

Returns:

  • (Time)

    The date and time when the cluster step execution started.