Class: Aws::EMR::Types::RemoveManagedScalingPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::RemoveManagedScalingPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
Specifies the ID of the cluster from which the managed scaling policy will be removed.
Instance Attribute Details
#cluster_id ⇒ String
Specifies the ID of the cluster from which the managed scaling policy will be removed.
5293 5294 5295 5296 5297 |
# File 'lib/aws-sdk-emr/types.rb', line 5293 class RemoveManagedScalingPolicyInput < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |