Class: Aws::EMR::Types::InstanceTimeline

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

Overview

The timeline of the instance lifecycle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time of the instance.

Returns:

  • (Time)


3174
3175
3176
3177
3178
3179
3180
# File 'lib/aws-sdk-emr/types.rb', line 3174

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

Returns:

  • (Time)


3174
3175
3176
3177
3178
3179
3180
# File 'lib/aws-sdk-emr/types.rb', line 3174

class InstanceTimeline < 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 was ready to perform tasks.

Returns:

  • (Time)


3174
3175
3176
3177
3178
3179
3180
# File 'lib/aws-sdk-emr/types.rb', line 3174

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