Class: Aws::ACM::Types::ListCertificatesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_summary_listArray<Types::CertificateSummary>

A list of ACM certificates.

Returns:



1066
1067
1068
1069
1070
1071
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1066

class ListCertificatesResponse < Struct.new(
  :next_token,
  :certificate_summary_list)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1066

class ListCertificatesResponse < Struct.new(
  :next_token,
  :certificate_summary_list)
  SENSITIVE = []
  include Aws::Structure
end