DescribeHsmResponse class

Contains the output of the DescribeHsm operation.

Constructors

DescribeHsmResponse({String? availabilityZone, String? eniId, String? eniIp, String? hsmArn, String? hsmType, String? iamRoleArn, List<String>? partitions, String? serialNumber, String? serverCertLastUpdated, String? serverCertUri, String? softwareVersion, String? sshKeyLastUpdated, String? sshPublicKey, HsmStatus? status, String? statusDetails, String? subnetId, String? subscriptionEndDate, String? subscriptionStartDate, SubscriptionType? subscriptionType, String? vendorName, String? vpcId})
DescribeHsmResponse.fromJson(Map<String, dynamic> json)
factory

Properties

availabilityZone String?
The Availability Zone that the HSM is in.
final
eniId String?
The identifier of the elastic network interface (ENI) attached to the HSM.
final
eniIp String?
The IP address assigned to the HSM's ENI.
final
hashCode int
The hash code for this object.
no setterinherited
hsmArn String?
The ARN of the HSM.
final
hsmType String?
The HSM model type.
final
iamRoleArn String?
The ARN of the IAM role assigned to the HSM.
final
partitions List<String>?
The list of partitions on the HSM.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
The serial number of the HSM.
final
serverCertLastUpdated String?
The date and time that the server certificate was last updated.
final
serverCertUri String?
The URI of the certificate server.
final
softwareVersion String?
The HSM software version.
final
sshKeyLastUpdated String?
The date and time that the SSH key was last updated.
final
sshPublicKey String?
The public SSH key.
final
status HsmStatus?
The status of the HSM.
final
statusDetails String?
Contains additional information about the status of the HSM.
final
subnetId String?
The identifier of the subnet that the HSM is in.
final
subscriptionEndDate String?
The subscription end date.
final
subscriptionStartDate String?
The subscription start date.
final
subscriptionType SubscriptionType?
final
vendorName String?
The name of the HSM vendor.
final
vpcId String?
The identifier of the VPC that the HSM is in.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited