Method: Aws::EMR::Types::InstanceStatus#timeline

Defined in:
lib/aws-sdk-emr/types.rb

#timelineTypes::InstanceTimeline

The timeline of the instance status over time.



3422
3423
3424
3425
3426
3427
3428
# File 'lib/aws-sdk-emr/types.rb', line 3422

class InstanceStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline)
  SENSITIVE = []
  include Aws::Structure
end