Class: Aws::ACMPCA::Types::ListCertificateAuthoritiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::ListCertificateAuthoritiesResponse
- Defined in:
- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_authorities ⇒ Array<Types::CertificateAuthority>
Summary information about each certificate authority you have created.
-
#next_token ⇒ String
When the list is truncated, this value is present and should be used for the
NextToken
parameter in a subsequent pagination request.
Instance Attribute Details
#certificate_authorities ⇒ Array<Types::CertificateAuthority>
Summary information about each certificate authority you have created.
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_token ⇒ String
When the list is truncated, this value is present and should be used
for the NextToken
parameter in a subsequent pagination request.
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 |