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

Class: Aws::ElasticLoadBalancingV2::Types::DescribeListenersInput

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#listener_arnsArray<String>

The Amazon Resource Names (ARN) of the listeners.

Returns:

  • (Array<String>)

    The Amazon Resource Names (ARN) of the listeners.

#load_balancer_arnString

The Amazon Resource Name (ARN) of the load balancer.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the load balancer.

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)

    The marker for the next set of results.

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)

    The maximum number of results to return with this call.