Class: Aws::ElasticLoadBalancingV2::Types::DescribeListenerCertificatesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeListenerCertificatesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::Certificate>
Information about the certificates.
-
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results.
Instance Attribute Details
#certificates ⇒ Array<Types::Certificate>
Information about the certificates.
1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1002 class DescribeListenerCertificatesOutput < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1002 class DescribeListenerCertificatesOutput < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |