Class: Aws::EMR::Types::InstanceGroupTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceGroupTimeline
- Includes:
- Structure
- Defined in:
- 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.
3079 3080 3081 3082 3083 3084 3085 |
# File 'lib/aws-sdk-emr/types.rb', line 3079 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.
3079 3080 3081 3082 3083 3084 3085 |
# File 'lib/aws-sdk-emr/types.rb', line 3079 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.
3079 3080 3081 3082 3083 3084 3085 |
# File 'lib/aws-sdk-emr/types.rb', line 3079 class InstanceGroupTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |