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

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

Overview

Represents the timeline of the cluster's lifecycle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time of the cluster.

Returns:

  • (Time)


951
952
953
954
955
956
957
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 951

class ClusterTimeline < 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 cluster was terminated.

Returns:

  • (Time)


951
952
953
954
955
956
957
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 951

class ClusterTimeline < 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 cluster was ready to run steps.

Returns:

  • (Time)


951
952
953
954
955
956
957
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 951

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