DetachLoadBalancersType
public struct DetachLoadBalancersType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String -
The names of the load balancers. You can specify up to 10 load balancers.
Declaration
Swift
public let loadBalancerNames: [String] -
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, loadBalancerNames: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DetachLoadBalancersType Structure Reference