Class: Aws::EMR::Types::AutoScalingPolicyStatus

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

Overview

The status of an automatic scaling policy.

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Indicates the status of the automatic scaling policy.



505
506
507
508
509
# File 'lib/aws-sdk-emr/types.rb', line 505

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

#state_change_reasonTypes::AutoScalingPolicyStateChangeReason

The reason for a change in status.



505
506
507
508
509
# File 'lib/aws-sdk-emr/types.rb', line 505

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