You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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 versions 4.8.0 and later, excluding 5.0.x versions.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The time and date the instance fleet was created.

Returns:

  • (Time)

    The time and date the instance fleet was created.

#end_date_timeTime

The time and date the instance fleet terminated.

Returns:

  • (Time)

    The time and date the instance fleet terminated.

#ready_date_timeTime

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

Returns:

  • (Time)

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