GetGroupCertificateAuthorityResponse constructor

GetGroupCertificateAuthorityResponse({
  1. String? groupCertificateAuthorityArn,
  2. String? groupCertificateAuthorityId,
  3. String? pemEncodedCertificate,
})

Implementation

GetGroupCertificateAuthorityResponse({
  this.groupCertificateAuthorityArn,
  this.groupCertificateAuthorityId,
  this.pemEncodedCertificate,
});