Class: Aws::ElasticLoadBalancingV2::Types::DescribeListenerCertificatesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeListenerCertificatesInput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_arn ⇒ String
The Amazon Resource Names (ARN) of the listener.
-
#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_arn ⇒ String
The Amazon Resource Names (ARN) of the listener.
1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1282 class DescribeListenerCertificatesInput < Struct.new( :listener_arn, :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.)
1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1282 class DescribeListenerCertificatesInput < Struct.new( :listener_arn, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call.
1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1282 class DescribeListenerCertificatesInput < Struct.new( :listener_arn, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |