Class: Aws::ElasticLoadBalancingV2::Types::DescribeListenerCertificatesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeListenerCertificatesInput
- Includes:
- Structure
- Defined in:
- 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.
1169 1170 1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1169 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.)
1169 1170 1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1169 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.
1169 1170 1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1169 class DescribeListenerCertificatesInput < Struct.new( :listener_arn, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |