ModifyClusterInput
public struct ModifyClusterInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier of the cluster.
Declaration
Swift
public let clusterId: String
-
The number of steps that can be executed concurrently. You can specify a maximum of 256 steps.
Declaration
Swift
public let stepConcurrencyLevel: Int?
-
Undocumented
Declaration
Swift
public init(clusterId: String, stepConcurrencyLevel: Int? = nil)