Class: Aws::EMR::Types::InstanceStatus

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

Overview

The instance status details.

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the instance.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
# File 'lib/aws-sdk-emr/types.rb', line 2641

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

#state_change_reasonTypes::InstanceStateChangeReason

The details of the status change reason for the instance.



2641
2642
2643
2644
2645
2646
# File 'lib/aws-sdk-emr/types.rb', line 2641

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

#timelineTypes::InstanceTimeline

The timeline of the instance status over time.



2641
2642
2643
2644
2645
2646
# File 'lib/aws-sdk-emr/types.rb', line 2641

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