Class: Aws::ACMPCA::Types::ListCertificateAuthoritiesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authoritiesArray<Types::CertificateAuthority>

Summary information about each certificate authority you have created.

Returns:



1859
1860
1861
1862
1863
1864
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1859

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

#next_tokenString

When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.

Returns:

  • (String)


1859
1860
1861
1862
1863
1864
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1859

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