You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EMR::Types::AutoScalingPolicyStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::AutoScalingPolicyStatus
- Defined in:
- (unknown)
Overview
The status of an automatic scaling policy.
Returned by:
Instance Attribute Summary collapse
-
#state ⇒ String
Indicates the status of the automatic scaling policy.
-
#state_change_reason ⇒ Types::AutoScalingPolicyStateChangeReason
The reason for a change in status.
Instance Attribute Details
#state ⇒ String
Indicates the status of the automatic scaling policy.
Possible values:
- PENDING
- ATTACHING
- ATTACHED
- DETACHING
- DETACHED
- FAILED
#state_change_reason ⇒ Types::AutoScalingPolicyStateChangeReason
The reason for a change in status.