DescribeLoadBalancerPoliciesInput
public struct DescribeLoadBalancerPoliciesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the load balancer.
Declaration
Swift
public let loadBalancerName: String?
-
The names of the policies.
Declaration
Swift
public let policyNames: [String]?
-
Undocumented
Declaration
Swift
public init(loadBalancerName: String? = nil, policyNames: [String]? = nil)