Class: Aws::ElasticLoadBalancingV2::Types::DescribeListenerCertificatesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificatesArray<Types::Certificate>

Information about the certificates.

Returns:



1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1137

class DescribeListenerCertificatesOutput < Struct.new(
  :certificates,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

Returns:

  • (String)


1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1137

class DescribeListenerCertificatesOutput < Struct.new(
  :certificates,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end