Class: Aws::EMR::Types::GetManagedScalingPolicyInput

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

#cluster_idString

Specifies the ID of the cluster for which the managed scaling policy will be fetched.

Returns:

  • (String)


2054
2055
2056
2057
2058
# File 'lib/aws-sdk-emr/types.rb', line 2054

class GetManagedScalingPolicyInput < Struct.new(
  :cluster_id)
  SENSITIVE = []
  include Aws::Structure
end