Class: Aws::ElasticLoadBalancingV2::Types::DescribeListenersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeListenersOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listeners ⇒ Array<Types::Listener>
Information about the listeners.
-
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results.
Instance Attribute Details
#listeners ⇒ Array<Types::Listener>
Information about the listeners.
1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1234 class DescribeListenersOutput < Struct.new( :listeners, :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.
1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1234 class DescribeListenersOutput < Struct.new( :listeners, :next_marker) SENSITIVE = [] include Aws::Structure end |