Class: Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancersOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancers ⇒ Array<Types::LoadBalancer>
Information about the load balancers.
-
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results.
Instance Attribute Details
#load_balancers ⇒ Array<Types::LoadBalancer>
Information about the load balancers.
1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1242 class DescribeLoadBalancersOutput < Struct.new( :load_balancers, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1242 class DescribeLoadBalancersOutput < Struct.new( :load_balancers, :next_marker) SENSITIVE = [] include Aws::Structure end |