ListWebsiteCertificateAuthoritiesResponse constructor
ListWebsiteCertificateAuthoritiesResponse({
- String? nextToken,
- List<
WebsiteCaSummary> ? websiteCertificateAuthorities,
Implementation
ListWebsiteCertificateAuthoritiesResponse({
this.nextToken,
this.websiteCertificateAuthorities,
});