You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsElbLoadBalancerListenerDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsElbLoadBalancerListenerDescription as input to an Aws::Client method, you can use a vanilla Hash:

{
  listener: {
    instance_port: 1,
    instance_protocol: "NonEmptyString",
    load_balancer_port: 1,
    protocol: "NonEmptyString",
    ssl_certificate_id: "NonEmptyString",
  },
  policy_names: ["NonEmptyString"],
}

Lists the policies that are enabled for a load balancer listener.

Instance Attribute Summary collapse

Instance Attribute Details

#listenerTypes::AwsElbLoadBalancerListener

Information about the listener.

Returns:

#policy_namesArray<String>

The policies enabled for the listener.

Returns:

  • (Array<String>)

    The policies enabled for the listener.