DeregisterTargetsInput
public struct DeregisterTargetsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the target group.
Declaration
Swift
public let targetGroupArn: String -
The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.
Declaration
Swift
public let targets: [TargetDescription] -
Undocumented
Declaration
Swift
public init(targetGroupArn: String, targets: [TargetDescription]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeregisterTargetsInput Structure Reference