DescribeAccessPointsInput

public struct DescribeAccessPointsInput : AWSShape
extension ELB.DescribeAccessPointsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of the load balancers.

    Declaration

    Swift

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

    Declaration

    Swift

    public let marker: String?
  • The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

    Declaration

    Swift

    public let pageSize: Int?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> ELB.DescribeAccessPointsInput