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

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

Overview

The details of the instance group status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the instance group.

Returns:

  • (String)


3054
3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3054

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

#state_change_reasonTypes::InstanceGroupStateChangeReason

The status change reason details for the instance group.



3054
3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3054

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

#timelineTypes::InstanceGroupTimeline

The timeline of the instance group status over time.



3054
3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3054

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