RemoveAutoScalingPolicyInput
public struct RemoveAutoScalingPolicyInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
Declaration
Swift
public let clusterId: String
-
Specifies the ID of the instance group to which the scaling policy is applied.
Declaration
Swift
public let instanceGroupId: String
-
Undocumented
Declaration
Swift
public init(clusterId: String, instanceGroupId: String)