DescribeHsmResponse constructor

DescribeHsmResponse({
  1. String? availabilityZone,
  2. String? eniId,
  3. String? eniIp,
  4. String? hsmArn,
  5. String? hsmType,
  6. String? iamRoleArn,
  7. List<String>? partitions,
  8. String? serialNumber,
  9. String? serverCertLastUpdated,
  10. String? serverCertUri,
  11. String? softwareVersion,
  12. String? sshKeyLastUpdated,
  13. String? sshPublicKey,
  14. HsmStatus? status,
  15. String? statusDetails,
  16. String? subnetId,
  17. String? subscriptionEndDate,
  18. String? subscriptionStartDate,
  19. SubscriptionType? subscriptionType,
  20. String? vendorName,
  21. String? vpcId,
})

Implementation

DescribeHsmResponse({
  this.availabilityZone,
  this.eniId,
  this.eniIp,
  this.hsmArn,
  this.hsmType,
  this.iamRoleArn,
  this.partitions,
  this.serialNumber,
  this.serverCertLastUpdated,
  this.serverCertUri,
  this.softwareVersion,
  this.sshKeyLastUpdated,
  this.sshPublicKey,
  this.status,
  this.statusDetails,
  this.subnetId,
  this.subscriptionEndDate,
  this.subscriptionStartDate,
  this.subscriptionType,
  this.vendorName,
  this.vpcId,
});