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

Class: Aws::ElasticLoadBalancingV2::Types::DescribeListenerCertificatesInput

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

Overview

Note:

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

{
  listener_arn: "ListenerArn", # required
  marker: "Marker",
  page_size: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#listener_arnString

The Amazon Resource Names (ARN) of the listener.

Returns:

  • (String)

    The Amazon Resource Names (ARN) of the listener.

#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.