Class: Aws::EMR::Types::ScalingAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ScalingAction
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#market ⇒ String
Not available for instance groups.
-
#simple_scaling_policy_configuration ⇒ Types::SimpleScalingPolicyConfiguration
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
Instance Attribute Details
#market ⇒ String
Not available for instance groups. Instance groups use the market type specified for the group.
5695 5696 5697 5698 5699 5700 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5695 class ScalingAction < Struct.new( :market, :simple_scaling_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#simple_scaling_policy_configuration ⇒ Types::SimpleScalingPolicyConfiguration
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
5695 5696 5697 5698 5699 5700 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5695 class ScalingAction < Struct.new( :market, :simple_scaling_policy_configuration) SENSITIVE = [] include Aws::Structure end |