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 CloudHSM cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone that contains the HSM.

Returns:

  • (String)


845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 845

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)


845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 845

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)


845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 845

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)


845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 845

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)


845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 845

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)


845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 845

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)


845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 845

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)


845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 845

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