class Aws::ElasticLoadBalancingV2::Types::DescribeListenersInput

@note When making an API call, you may pass DescribeListenersInput

data as a hash:

    {
      load_balancer_arn: "LoadBalancerArn",
      listener_arns: ["ListenerArn"],
      marker: "Marker",
      page_size: 1,
    }

@!attribute [rw] load_balancer_arn

The Amazon Resource Name (ARN) of the load balancer.
@return [String]

@!attribute [rw] listener_arns

The Amazon Resource Names (ARN) of the listeners.
@return [Array<String>]

@!attribute [rw] marker

The marker for the next set of results. (You received this marker
from a previous call.)
@return [String]

@!attribute [rw] page_size

The maximum number of results to return with this call.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeListenersInput AWS API Documentation

Constants

SENSITIVE