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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


526
527
528
529
530
531
532
533
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 526

class DeleteHsmRequest < Struct.new(
  :cluster_id,
  :hsm_id,
  :eni_id,
  :eni_ip)
  SENSITIVE = []
  include Aws::Structure
end

#eni_idString

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

Returns:

  • (String)


526
527
528
529
530
531
532
533
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 526

class DeleteHsmRequest < Struct.new(
  :cluster_id,
  :hsm_id,
  :eni_id,
  :eni_ip)
  SENSITIVE = []
  include Aws::Structure
end

#eni_ipString

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

Returns:

  • (String)


526
527
528
529
530
531
532
533
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 526

class DeleteHsmRequest < Struct.new(
  :cluster_id,
  :hsm_id,
  :eni_id,
  :eni_ip)
  SENSITIVE = []
  include Aws::Structure
end

#hsm_idString

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

Returns:

  • (String)


526
527
528
529
530
531
532
533
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 526

class DeleteHsmRequest < Struct.new(
  :cluster_id,
  :hsm_id,
  :eni_id,
  :eni_ip)
  SENSITIVE = []
  include Aws::Structure
end