You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudHSMV2::Types::DeleteHsmRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteHsmRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster_id: "ClusterId", # required
  hsm_id: "HsmId",
  eni_id: "EniId",
  eni_ip: "IpAddress",
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

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

Returns:

  • (String)

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

#eni_idString

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

Returns:

  • (String)

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

#eni_ipString

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

Returns:

  • (String)

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

#hsm_idString

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

Returns:

  • (String)

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