Class: Aws::ElasticLoadBalancing::Types::DescribeAccessPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DescribeAccessPointsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for DescribeLoadBalancers.
Constant Summary collapse
- SENSITIVE =
[]
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.
698 699 700 701 702 703 704 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 698 class DescribeAccessPointsInput < Struct.new( :load_balancer_names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
698 699 700 701 702 703 704 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 698 class DescribeAccessPointsInput < Struct.new( :load_balancer_names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call (a number from 1 to 400). The default is 400.
698 699 700 701 702 703 704 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 698 class DescribeAccessPointsInput < Struct.new( :load_balancer_names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |