You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticLoadBalancing::Types::DescribeAccessPointsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeAccessPointsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Contains the parameters for DescribeLoadBalancers.

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_namesArray<String>

The names of the load balancers.

Returns:

  • (Array<String>)

    The names of the load balancers.

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)

    The marker for the next set of results.

#page_sizeInteger

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

Returns:

  • (Integer)

    The maximum number of results to return with this call (a number from 1 to 400).