Class: Aws::EMR::Types::GetManagedScalingPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetManagedScalingPolicyInput
- 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 for which the managed scaling policy will be fetched.
Instance Attribute Details
#cluster_id ⇒ String
Specifies the ID of the cluster for which the managed scaling policy will be fetched.
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 |