DescribeLoadBalancersInput
public struct DescribeLoadBalancersInput : AWSShapeextension ELBV2.DescribeLoadBalancersInput: AWSPaginateStringTokenUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call. DeclarationSwift public let loadBalancerArns: [String]?
- 
                  
                  The marker for the next set of results. (You received this marker from a previous call.) DeclarationSwift public let marker: String?
- 
                  
                  The names of the load balancers. DeclarationSwift public let names: [String]?
- 
                  
                  The maximum number of results to return with this call. DeclarationSwift public let pageSize: Int?
- 
                  
                  Undocumented DeclarationSwift public init(loadBalancerArns: [String]? = nil, marker: String? = nil, names: [String]? = nil, pageSize: Int? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
- 
                  
                  Undocumented DeclarationSwift public func usingPaginationToken(_ token: String) -> ELBV2.DescribeLoadBalancersInput
 View on GitHub
View on GitHub DescribeLoadBalancersInput Structure Reference
        DescribeLoadBalancersInput Structure Reference