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

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

#listenersArray<Types::Listener>

Information about the listeners.

Returns:



1183
1184
1185
1186
1187
1188
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1183

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)


1183
1184
1185
1186
1187
1188
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1183

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