Class: Aws::EMR::Types::StepTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::StepTimeline
- 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
-
#creation_date_time ⇒ Time
The date and time when the cluster step was created.
-
#end_date_time ⇒ Time
The date and time when the cluster step execution completed or failed.
-
#start_date_time ⇒ Time
The date and time when the cluster step execution started.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time when the cluster step was created.
6600 6601 6602 6603 6604 6605 6606 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6600 class StepTimeline < Struct.new( :creation_date_time, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#end_date_time ⇒ Time
The date and time when the cluster step execution completed or failed.
6600 6601 6602 6603 6604 6605 6606 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6600 class StepTimeline < Struct.new( :creation_date_time, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#start_date_time ⇒ Time
The date and time when the cluster step execution started.
6600 6601 6602 6603 6604 6605 6606 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6600 class StepTimeline < Struct.new( :creation_date_time, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |