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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listenerTypes::Listener

The listener.

Returns:



1554
1555
1556
1557
1558
1559
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1554

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

#policy_namesArray<String>

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

Returns:

  • (Array<String>)


1554
1555
1556
1557
1558
1559
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1554

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