Class: Aws::ElasticLoadBalancing::Types::DescribeAccessPointsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DescribeAccessPointsOutput
- 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_descriptions ⇒ Array<Types::LoadBalancerDescription>
Information about the load balancers.
-
#next_marker ⇒ String
The marker to use when requesting the next set of results.
Instance Attribute Details
#load_balancer_descriptions ⇒ Array<Types::LoadBalancerDescription>
Information about the load balancers.
719 720 721 722 723 724 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 719 class DescribeAccessPointsOutput < Struct.new( :load_balancer_descriptions, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
719 720 721 722 723 724 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 719 class DescribeAccessPointsOutput < Struct.new( :load_balancer_descriptions, :next_marker) SENSITIVE = [] include Aws::Structure end |