PutAutoScalingPolicyOutput
public struct PutAutoScalingPolicyOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The automatic scaling policy definition.
Declaration
Swift
public let autoScalingPolicy: AutoScalingPolicyDescription?
-
The Amazon Resource Name of the cluster.
Declaration
Swift
public let clusterArn: String?
-
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(autoScalingPolicy: AutoScalingPolicyDescription? = nil, clusterArn: String? = nil, clusterId: String? = nil, instanceGroupId: String? = nil)