DeregisterEndPointsInput
public struct DeregisterEndPointsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The IDs of the instances.
Declaration
Swift
public let instances: [Instance] -
The name of the load balancer.
Declaration
Swift
public let loadBalancerName: String -
Undocumented
Declaration
Swift
public init(instances: [Instance], loadBalancerName: String)
View on GitHub
DeregisterEndPointsInput Structure Reference