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