Class: Aws::CloudHSMV2::Types::DeleteHsmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DeleteHsmRequest
- Defined in:
- gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb
Overview
Note:
When making an API call, you may pass DeleteHsmRequest data as a hash:
{
cluster_id: "ClusterId", # required
hsm_id: "HsmId",
eni_id: "EniId",
eni_ip: "IpAddress",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The identifier (ID) of the cluster that contains the HSM that you are deleting.
-
#eni_id ⇒ String
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
-
#eni_ip ⇒ String
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
-
#hsm_id ⇒ String
The identifier (ID) of the HSM that you are deleting.
Instance Attribute Details
#cluster_id ⇒ String
The identifier (ID) of the cluster that contains the HSM that you are deleting.
600 601 602 603 604 605 606 607 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 600 class DeleteHsmRequest < Struct.new( :cluster_id, :hsm_id, :eni_id, :eni_ip) SENSITIVE = [] include Aws::Structure end |
#eni_id ⇒ String
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
600 601 602 603 604 605 606 607 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 600 class DeleteHsmRequest < Struct.new( :cluster_id, :hsm_id, :eni_id, :eni_ip) SENSITIVE = [] include Aws::Structure end |
#eni_ip ⇒ String
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
600 601 602 603 604 605 606 607 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 600 class DeleteHsmRequest < Struct.new( :cluster_id, :hsm_id, :eni_id, :eni_ip) SENSITIVE = [] include Aws::Structure end |
#hsm_id ⇒ String
The identifier (ID) of the HSM that you are deleting.
600 601 602 603 604 605 606 607 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 600 class DeleteHsmRequest < Struct.new( :cluster_id, :hsm_id, :eni_id, :eni_ip) SENSITIVE = [] include Aws::Structure end |