Class: Aws::ElasticLoadBalancingV2::Types::DescribeLoadBalancersOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancersArray<Types::LoadBalancer>

Information about the load balancers.

Returns:



1119
1120
1121
1122
1123
1124
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1119

class DescribeLoadBalancersOutput < Struct.new(
  :load_balancers,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1119

class DescribeLoadBalancersOutput < Struct.new(
  :load_balancers,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end