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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_arnString

The Amazon Resource Names (ARN) of the listener.

Returns:

  • (String)


1106
1107
1108
1109
1110
1111
1112
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1106

class DescribeListenerCertificatesInput < Struct.new(
  :listener_arn,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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

Returns:

  • (String)


1106
1107
1108
1109
1110
1111
1112
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1106

class DescribeListenerCertificatesInput < Struct.new(
  :listener_arn,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)


1106
1107
1108
1109
1110
1111
1112
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1106

class DescribeListenerCertificatesInput < Struct.new(
  :listener_arn,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end