Class: Aws::ElasticLoadBalancingV2::Types::DescribeListenersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeListenersInput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the listeners.
-
#load_balancer_arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
-
#marker ⇒ String
The marker for the next set of results.
-
#page_size ⇒ Integer
The maximum number of results to return with this call.
Instance Attribute Details
#listener_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the listeners.
1321 1322 1323 1324 1325 1326 1327 1328 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1321 class DescribeListenersInput < Struct.new( :load_balancer_arn, :listener_arns, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#load_balancer_arn ⇒ String
The Amazon Resource Name (ARN) of the load balancer.
1321 1322 1323 1324 1325 1326 1327 1328 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1321 class DescribeListenersInput < Struct.new( :load_balancer_arn, :listener_arns, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
1321 1322 1323 1324 1325 1326 1327 1328 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1321 class DescribeListenersInput < Struct.new( :load_balancer_arn, :listener_arns, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call.
1321 1322 1323 1324 1325 1326 1327 1328 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1321 class DescribeListenersInput < Struct.new( :load_balancer_arn, :listener_arns, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |