Class: Aws::EMR::Types::ScalingAction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#marketString

Not available for instance groups. Instance groups use the market type specified for the group.

Returns:

  • (String)


5638
5639
5640
5641
5642
5643
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5638

class ScalingAction < Struct.new(
  :market,
  :simple_scaling_policy_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#simple_scaling_policy_configurationTypes::SimpleScalingPolicyConfiguration

The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.



5638
5639
5640
5641
5642
5643
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5638

class ScalingAction < Struct.new(
  :market,
  :simple_scaling_policy_configuration)
  SENSITIVE = []
  include Aws::Structure
end