Class: Aws::ElasticLoadBalancing::Types::ListenerDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::ListenerDescription
- 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
-
#listener ⇒ Types::Listener
The listener.
-
#policy_names ⇒ Array<String>
The policies.
Instance Attribute Details
#listener ⇒ Types::Listener
The listener.
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_names ⇒ Array<String>
The policies. If there are no policies enabled, the list is empty.
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 |