Class: Aws::EMR::Types::PutAutoScalingPolicyOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_policyTypes::AutoScalingPolicyDescription

The automatic scaling policy definition.



5080
5081
5082
5083
5084
5085
5086
5087
# File 'lib/aws-sdk-emr/types.rb', line 5080

class PutAutoScalingPolicyOutput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :auto_scaling_policy,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


5080
5081
5082
5083
5084
5085
5086
5087
# File 'lib/aws-sdk-emr/types.rb', line 5080

class PutAutoScalingPolicyOutput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :auto_scaling_policy,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_idString

Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.

Returns:

  • (String)


5080
5081
5082
5083
5084
5085
5086
5087
# File 'lib/aws-sdk-emr/types.rb', line 5080

class PutAutoScalingPolicyOutput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :auto_scaling_policy,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#instance_group_idString

Specifies the ID of the instance group to which the scaling policy is applied.

Returns:

  • (String)


5080
5081
5082
5083
5084
5085
5086
5087
# File 'lib/aws-sdk-emr/types.rb', line 5080

class PutAutoScalingPolicyOutput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :auto_scaling_policy,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end