ModifyInstanceGroupsInput
public struct ModifyInstanceGroupsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the cluster to which the instance group belongs.
Declaration
Swift
public let clusterId: String?
-
Instance groups to change.
Declaration
Swift
public let instanceGroups: [InstanceGroupModifyConfig]?
-
Undocumented
Declaration
Swift
public init(clusterId: String? = nil, instanceGroups: [InstanceGroupModifyConfig]? = nil)
-
Declaration
Swift
public func validate(name: String) throws