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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_arnsArray<String>

The Amazon Resource Names (ARN) of the listeners.

Returns:

  • (Array<String>)


1151
1152
1153
1154
1155
1156
1157
1158
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1151

class DescribeListenersInput < Struct.new(
  :load_balancer_arn,
  :listener_arns,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_arnString

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

Returns:

  • (String)


1151
1152
1153
1154
1155
1156
1157
1158
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1151

class DescribeListenersInput < Struct.new(
  :load_balancer_arn,
  :listener_arns,
  :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)


1151
1152
1153
1154
1155
1156
1157
1158
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1151

class DescribeListenersInput < Struct.new(
  :load_balancer_arn,
  :listener_arns,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)


1151
1152
1153
1154
1155
1156
1157
1158
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1151

class DescribeListenersInput < Struct.new(
  :load_balancer_arn,
  :listener_arns,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end