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.
2608 2609 2610 2611 2612 2613 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2608 class ListCertificateAuthoritiesResponse < Struct.new( :certificate_authorities, :next_token) 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.
2608 2609 2610 2611 2612 2613 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2608 class ListCertificateAuthoritiesResponse < Struct.new( :certificate_authorities, :next_token) SENSITIVE = [] include Aws::Structure end |