Class: Aws::CloudHSMV2::Types::Hsm

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

Overview

Contains information about a hardware security module (HSM) in an AWS CloudHSM cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone that contains the HSM.

Returns:

  • (String)


740
741
742
743
744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 740

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_idString

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

Returns:

  • (String)


740
741
742
743
744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 740

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#eni_idString

The identifier (ID) of the HSM's elastic network interface (ENI).

Returns:

  • (String)


740
741
742
743
744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 740

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#eni_ipString

The IP address of the HSM's elastic network interface (ENI).

Returns:

  • (String)


740
741
742
743
744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 740

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#hsm_idString

The HSM's identifier (ID).

Returns:

  • (String)


740
741
742
743
744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 740

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The HSM's state.

Returns:

  • (String)


740
741
742
743
744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 740

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#state_messageString

A description of the HSM's state.

Returns:

  • (String)


740
741
742
743
744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 740

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The subnet that contains the HSM's elastic network interface (ENI).

Returns:

  • (String)


740
741
742
743
744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 740

class Hsm < Struct.new(
  :availability_zone,
  :cluster_id,
  :subnet_id,
  :eni_id,
  :eni_ip,
  :hsm_id,
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end