DeleteHsmRequest

public struct DeleteHsmRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier (ID) of the cluster that contains the HSM that you are deleting.

    Declaration

    Swift

    public let clusterId: String
  • The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.

    Declaration

    Swift

    public let eniId: String?
  • The IP address of the elastic network interface (ENI) of the HSM that you are deleting.

    Declaration

    Swift

    public let eniIp: String?
  • The identifier (ID) of the HSM that you are deleting.

    Declaration

    Swift

    public let hsmId: String?
  • Undocumented

    Declaration

    Swift

    public init(clusterId: String, eniId: String? = nil, eniIp: String? = nil, hsmId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws