ListCertificateAuthoritiesResponse constructor

ListCertificateAuthoritiesResponse({
  1. List<CertificateAuthority>? certificateAuthorities,
  2. String? nextToken,
})

Implementation

ListCertificateAuthoritiesResponse({
  this.certificateAuthorities,
  this.nextToken,
});