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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancing/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:



1258
1259
1260
1261
1262
1263
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1258

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>)


1258
1259
1260
1261
1262
1263
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1258

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