DetachInstancesFromLoadBalancerRequest
public struct DetachInstancesFromLoadBalancerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of strings containing the names of the instances you want to detach from the load balancer.
Declaration
Swift
public let instanceNames: [String]
-
The name of the Lightsail load balancer.
Declaration
Swift
public let loadBalancerName: String
-
Undocumented
Declaration
Swift
public init(instanceNames: [String], loadBalancerName: String)
-
Declaration
Swift
public func validate(name: String) throws