DescribeHapgResponse constructor

DescribeHapgResponse({
  1. String? hapgArn,
  2. String? hapgSerial,
  3. List<String>? hsmsLastActionFailed,
  4. List<String>? hsmsPendingDeletion,
  5. List<String>? hsmsPendingRegistration,
  6. String? label,
  7. String? lastModifiedTimestamp,
  8. List<String>? partitionSerialList,
  9. CloudHsmObjectState? state,
})

Implementation

DescribeHapgResponse({
  this.hapgArn,
  this.hapgSerial,
  this.hsmsLastActionFailed,
  this.hsmsPendingDeletion,
  this.hsmsPendingRegistration,
  this.label,
  this.lastModifiedTimestamp,
  this.partitionSerialList,
  this.state,
});