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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

The timeline of the cluster step lifecycle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time when the cluster step was created.

Returns:

  • (Time)


6519
6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6519

class StepTimeline < Struct.new(
  :creation_date_time,
  :start_date_time,
  :end_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_date_timeTime

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

Returns:

  • (Time)


6519
6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6519

class StepTimeline < Struct.new(
  :creation_date_time,
  :start_date_time,
  :end_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_date_timeTime

The date and time when the cluster step execution started.

Returns:

  • (Time)


6519
6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6519

class StepTimeline < Struct.new(
  :creation_date_time,
  :start_date_time,
  :end_date_time)
  SENSITIVE = []
  include Aws::Structure
end