Class: Aws::EMR::Types::ClusterTimeline

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Represents the timeline of the cluster’s lifecycle.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time of the cluster.

Returns:

  • (Time)


1000
1001
1002
1003
1004
1005
# File 'lib/aws-sdk-emr/types.rb', line 1000

class ClusterTimeline < Struct.new(
  :creation_date_time,
  :ready_date_time,
  :end_date_time)
  include Aws::Structure
end

#end_date_timeTime

The date and time when the cluster was terminated.

Returns:

  • (Time)


1000
1001
1002
1003
1004
1005
# File 'lib/aws-sdk-emr/types.rb', line 1000

class ClusterTimeline < Struct.new(
  :creation_date_time,
  :ready_date_time,
  :end_date_time)
  include Aws::Structure
end

#ready_date_timeTime

The date and time when the cluster was ready to execute steps.

Returns:

  • (Time)


1000
1001
1002
1003
1004
1005
# File 'lib/aws-sdk-emr/types.rb', line 1000

class ClusterTimeline < Struct.new(
  :creation_date_time,
  :ready_date_time,
  :end_date_time)
  include Aws::Structure
end