Class: Aws::EMR::Types::StepTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::StepTimeline
- Includes:
- Structure
- Defined in:
- 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.
6585 6586 6587 6588 6589 6590 6591 |
# File 'lib/aws-sdk-emr/types.rb', line 6585 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.
6585 6586 6587 6588 6589 6590 6591 |
# File 'lib/aws-sdk-emr/types.rb', line 6585 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.
6585 6586 6587 6588 6589 6590 6591 |
# File 'lib/aws-sdk-emr/types.rb', line 6585 class StepTimeline < Struct.new( :creation_date_time, :start_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |