Class: Aws::EMR::Types::InstanceGroupTimeline

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_date_timeTime

The creation date and time of the instance group.

Returns:

  • (Time)


3079
3080
3081
3082
3083
3084
3085
# File 'gems/aws-sdk-emr/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_timeTime

The date and time when the instance group terminated.

Returns:

  • (Time)


3079
3080
3081
3082
3083
3084
3085
# File 'gems/aws-sdk-emr/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_timeTime

The date and time when the instance group became ready to perform tasks.

Returns:

  • (Time)


3079
3080
3081
3082
3083
3084
3085
# File 'gems/aws-sdk-emr/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