Class: Aws::ElasticLoadBalancing::Types::ListenerDescription

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

Overview

The policies enabled for a listener.

Instance Attribute Summary collapse

Instance Attribute Details

#listenerTypes::Listener

The listener.

Returns:



1411
1412
1413
1414
1415
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1411

class ListenerDescription < Struct.new(
  :listener,
  :policy_names)
  include Aws::Structure
end

#policy_namesArray<String>

The policies. If there are no policies enabled, the list is empty.

Returns:

  • (Array<String>)


1411
1412
1413
1414
1415
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1411

class ListenerDescription < Struct.new(
  :listener,
  :policy_names)
  include Aws::Structure
end