Class: Aws::EMR::Types::InstanceGroupStatus

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

Overview

The details of the instance group status.

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the instance group.



2540
2541
2542
2543
2544
2545
# File 'lib/aws-sdk-emr/types.rb', line 2540

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

#state_change_reasonTypes::InstanceGroupStateChangeReason

The status change reason details for the instance group.



2540
2541
2542
2543
2544
2545
# File 'lib/aws-sdk-emr/types.rb', line 2540

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

#timelineTypes::InstanceGroupTimeline

The timeline of the instance group status over time.



2540
2541
2542
2543
2544
2545
# File 'lib/aws-sdk-emr/types.rb', line 2540

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