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
- Struct
- Aws::ElasticLoadBalancing::Types::DescribeAccessPointsInput
- 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
-
#load_balancer_names ⇒ Array<String>
The names of the load balancers.
-
#marker ⇒ String
The marker for the next set of results.
-
#page_size ⇒ Integer
The maximum number of results to return with this call (a number from 1 to 400).
Instance Attribute Details
#load_balancer_names ⇒ Array<String>
The names of the load balancers.
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
#page_size ⇒ Integer
The maximum number of results to return with this call (a number from 1 to 400). The default is 400.