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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Indicates the status of the automatic scaling policy.

Returns:

  • (String)


309
310
311
312
313
314
# File 'lib/aws-sdk-emr/types.rb', line 309

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

#state_change_reasonTypes::AutoScalingPolicyStateChangeReason

The reason for a change in status.



309
310
311
312
313
314
# File 'lib/aws-sdk-emr/types.rb', line 309

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