Class: Aws::ElasticLoadBalancingV2::Types::DescribeListenersOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listenersArray<Types::Listener>

Information about the listeners.

Returns:



1171
1172
1173
1174
1175
1176
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1171

class DescribeListenersOutput < Struct.new(
  :listeners,
  :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)


1171
1172
1173
1174
1175
1176
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1171

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