Class: Aws::EMR::Types::ClusterTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ClusterTimeline
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Represents the timeline of the cluster's lifecycle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The creation date and time of the cluster.
-
#end_date_time ⇒ Time
The date and time when the cluster was terminated.
-
#ready_date_time ⇒ Time
The date and time when the cluster was ready to run steps.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time of the cluster.
951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 951 class ClusterTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#end_date_time ⇒ Time
The date and time when the cluster was terminated.
951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 951 class ClusterTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#ready_date_time ⇒ Time
The date and time when the cluster was ready to run steps.
951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 951 class ClusterTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |