Class: Aws::EMR::Types::AutoScalingPolicyStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::AutoScalingPolicyStatus
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
The status of an automatic scaling policy.
Constant Summary collapse
- SENSITIVE =
[]
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.
309 310 311 312 313 314 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 309 class AutoScalingPolicyStatus < Struct.new( :state, :state_change_reason) SENSITIVE = [] include Aws::Structure end |
#state_change_reason ⇒ Types::AutoScalingPolicyStateChangeReason
The reason for a change in status.
309 310 311 312 313 314 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 309 class AutoScalingPolicyStatus < Struct.new( :state, :state_change_reason) SENSITIVE = [] include Aws::Structure end |