DescribeHsmRequest

public struct DescribeHsmRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the HSM. Either the HsmArn or the SerialNumber parameter must be specified.

    Declaration

    Swift

    public let hsmArn: String?
  • The serial number of the HSM. Either the HsmArn or the HsmSerialNumber parameter must be specified.

    Declaration

    Swift

    public let hsmSerialNumber: String?
  • Undocumented

    Declaration

    Swift

    public init(hsmArn: String? = nil, hsmSerialNumber: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws