Class: Aws::EMR::Types::InstanceGroupTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceGroupTimeline
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
The timeline of the instance group lifecycle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The creation date and time of the instance group.
-
#end_date_time ⇒ Time
The date and time when the instance group terminated.
-
#ready_date_time ⇒ Time
The date and time when the instance group became ready to perform tasks.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time of the instance group.
3107 3108 3109 3110 3111 3112 3113 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3107 class InstanceGroupTimeline < 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 instance group terminated.
3107 3108 3109 3110 3111 3112 3113 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3107 class InstanceGroupTimeline < 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 instance group became ready to perform tasks.
3107 3108 3109 3110 3111 3112 3113 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3107 class InstanceGroupTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |