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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1861
1862
1863
1864
1865
1866
# File 'lib/aws-sdk-acmpca/types.rb', line 1861

class ListCertificateAuthoritiesResponse < Struct.new(
  :certificate_authorities,
  :next_token)
  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)


1861
1862
1863
1864
1865
1866
# File 'lib/aws-sdk-acmpca/types.rb', line 1861

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