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.
1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1412 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.
1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1412 class DescribeLoadBalancersOutput < Struct.new( :load_balancers, :next_marker) SENSITIVE = [] include Aws::Structure end |