DescribeLunaClientResponse constructor

DescribeLunaClientResponse({
  1. String? certificate,
  2. String? certificateFingerprint,
  3. String? clientArn,
  4. String? label,
  5. String? lastModifiedTimestamp,
})

Implementation

DescribeLunaClientResponse({
  this.certificate,
  this.certificateFingerprint,
  this.clientArn,
  this.label,
  this.lastModifiedTimestamp,
});