Class: Aws::EMR::Types::GetManagedScalingPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetManagedScalingPolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_scaling_policy ⇒ Types::ManagedScalingPolicy
Specifies the managed scaling policy that is attached to an Amazon EMR cluster.
Instance Attribute Details
#managed_scaling_policy ⇒ Types::ManagedScalingPolicy
Specifies the managed scaling policy that is attached to an Amazon EMR cluster.
2067 2068 2069 2070 2071 |
# File 'lib/aws-sdk-emr/types.rb', line 2067 class GetManagedScalingPolicyOutput < Struct.new( :managed_scaling_policy) SENSITIVE = [] include Aws::Structure end |