You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone that contains the HSM.

Returns:

  • (String)

    The Availability Zone that contains the HSM.

#cluster_idString

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

Returns:

  • (String)

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

#eni_idString

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

Returns:

  • (String)

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

#eni_ipString

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

Returns:

  • (String)

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

#hsm_idString

The HSM\'s identifier (ID).

Returns:

  • (String)

    The HSM\'s identifier (ID).

#stateString

The HSM\'s state.

Possible values:

  • CREATE_IN_PROGRESS
  • ACTIVE
  • DEGRADED
  • DELETE_IN_PROGRESS
  • DELETED

Returns:

  • (String)

    The HSM\'s state.

#state_messageString

A description of the HSM\'s state.

Returns:

  • (String)

    A description of the HSM\'s state.

#subnet_idString

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

Returns:

  • (String)

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