Class: Aws::CloudHSMV2::Types::DeleteHsmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DeleteHsmRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
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.
594 595 596 597 598 599 600 601 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 594 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.
594 595 596 597 598 599 600 601 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 594 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.
594 595 596 597 598 599 600 601 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 594 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.
594 595 596 597 598 599 600 601 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 594 class DeleteHsmRequest < Struct.new( :cluster_id, :hsm_id, :eni_id, :eni_ip) SENSITIVE = [] include Aws::Structure end |