ListWebsiteCertificateAuthoritiesResponse constructor

ListWebsiteCertificateAuthoritiesResponse({
  1. String? nextToken,
  2. List<WebsiteCaSummary>? websiteCertificateAuthorities,
})

Implementation

ListWebsiteCertificateAuthoritiesResponse({
  this.nextToken,
  this.websiteCertificateAuthorities,
});