Class DeleteHsmRequest

    • Method Detail

      • clusterId

        public final String clusterId()

        The identifier (ID) of the cluster that contains the HSM that you are deleting.

        Returns:
        The identifier (ID) of the cluster that contains the HSM that you are deleting.
      • hsmId

        public final String hsmId()

        The identifier (ID) of the HSM that you are deleting.

        Returns:
        The identifier (ID) of the HSM that you are deleting.
      • eniId

        public final String eniId()

        The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.

        Returns:
        The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
      • eniIp

        public final String eniIp()

        The IP address of the elastic network interface (ENI) of the HSM that you are deleting.

        Returns:
        The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object