ListCertificateAuthoritiesResponse constructor
ListCertificateAuthoritiesResponse({
- List<
CertificateAuthority> ? certificateAuthorities, - String? nextToken,
Implementation
ListCertificateAuthoritiesResponse({
this.certificateAuthorities,
this.nextToken,
});