PutManagedScalingPolicyInput
public struct PutManagedScalingPolicyInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies the ID of an EMR cluster where the managed scaling policy is attached.
Declaration
Swift
public let clusterId: String -
Specifies the constraints for the managed scaling policy.
Declaration
Swift
public let managedScalingPolicy: ManagedScalingPolicy -
Undocumented
Declaration
Swift
public init(clusterId: String, managedScalingPolicy: ManagedScalingPolicy)
View on GitHub
PutManagedScalingPolicyInput Structure Reference