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.
3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3589 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.
3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3589 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.
3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3589 class InstanceGroupTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |