class Aws::ElasticLoadBalancing::Types::DescribeAccessPointsInput

Contains the parameters for DescribeLoadBalancers.

@note When making an API call, you may pass DescribeAccessPointsInput

data as a hash:

    {
      load_balancer_names: ["AccessPointName"],
      marker: "Marker",
      page_size: 1,
    }

@!attribute [rw] load_balancer_names

The names of the load balancers.
@return [Array<String>]

@!attribute [rw] marker

The marker for the next set of results. (You received this marker
from a previous call.)
@return [String]

@!attribute [rw] page_size

The maximum number of results to return with this call (a number
from 1 to 400). The default is 400.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/DescribeAccessPointsInput AWS API Documentation

Constants

SENSITIVE