DetachLoadBalancerFromSubnetsInput
public struct DetachLoadBalancerFromSubnetsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the load balancer.
Declaration
Swift
public let loadBalancerName: String
-
The IDs of the subnets.
Declaration
Swift
public let subnets: [String]
-
Undocumented
Declaration
Swift
public init(loadBalancerName: String, subnets: [String])