Class: Aws::EMR::Types::GetManagedScalingPolicyOutput

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

#managed_scaling_policyTypes::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