Class: Aws::ACM::Types::ListCertificatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ListCertificatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_summary_list ⇒ Array<Types::CertificateSummary>
A list of ACM certificates.
-
#next_token ⇒ String
When the list is truncated, this value is present and contains the value to use for the ‘NextToken` parameter in a subsequent pagination request.
Instance Attribute Details
#certificate_summary_list ⇒ Array<Types::CertificateSummary>
A list of ACM certificates.
1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-acm/types.rb', line 1056 class ListCertificatesResponse < Struct.new( :next_token, :certificate_summary_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the list is truncated, this value is present and contains the value to use for the ‘NextToken` parameter in a subsequent pagination request.
1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-acm/types.rb', line 1056 class ListCertificatesResponse < Struct.new( :next_token, :certificate_summary_list) SENSITIVE = [] include Aws::Structure end |