Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::EMR::Types::InstanceFleetTimeline

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

Overview

Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.

The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The time and date the instance fleet was created.

Returns:

  • (Time)

2907
2908
2909
2910
2911
2912
2913
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2907

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

#end_date_timeTime

The time and date the instance fleet terminated.

Returns:

  • (Time)

2907
2908
2909
2910
2911
2912
2913
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2907

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

#ready_date_timeTime

The time and date the instance fleet was ready to run jobs.

Returns:

  • (Time)

2907
2908
2909
2910
2911
2912
2913
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2907

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