DescribeLoadBalancersInput

public struct DescribeLoadBalancersInput : AWSShape
extension ELBV2.DescribeLoadBalancersInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    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.

    Declaration

    Swift

    public let loadBalancerArns: [String]?
  • The marker for the next set of results. (You received this marker from a previous call.)

    Declaration

    Swift

    public let marker: String?
  • The names of the load balancers.

    Declaration

    Swift

    public let names: [String]?
  • The maximum number of results to return with this call.

    Declaration

    Swift

    public let pageSize: Int?
  • Undocumented

    Declaration

    Swift

    public init(loadBalancerArns: [String]? = nil, marker: String? = nil, names: [String]? = nil, pageSize: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws