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

Class: Aws::CloudHSM::Types::DescribeHsmResponse

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

Overview

Contains the output of the DescribeHsm operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone that the HSM is in.

Returns:

  • (String)

    The Availability Zone that the HSM is in.

#eni_idString

The identifier of the elastic network interface (ENI) attached to the HSM.

Returns:

  • (String)

    The identifier of the elastic network interface (ENI) attached to the HSM.

#eni_ipString

The IP address assigned to the HSM\'s ENI.

Returns:

  • (String)

    The IP address assigned to the HSM\'s ENI.

#hsm_arnString

The ARN of the HSM.

Returns:

  • (String)

    The ARN of the HSM.

#hsm_typeString

The HSM model type.

Returns:

  • (String)

    The HSM model type.

#iam_role_arnString

The ARN of the IAM role assigned to the HSM.

Returns:

  • (String)

    The ARN of the IAM role assigned to the HSM.

#partitionsArray<String>

The list of partitions on the HSM.

Returns:

  • (Array<String>)

    The list of partitions on the HSM.

#serial_numberString

The serial number of the HSM.

Returns:

  • (String)

    The serial number of the HSM.

#server_cert_last_updatedString

The date and time that the server certificate was last updated.

Returns:

  • (String)

    The date and time that the server certificate was last updated.

#server_cert_uriString

The URI of the certificate server.

Returns:

  • (String)

    The URI of the certificate server.

#software_versionString

The HSM software version.

Returns:

  • (String)

    The HSM software version.

#ssh_key_last_updatedString

The date and time that the SSH key was last updated.

Returns:

  • (String)

    The date and time that the SSH key was last updated.

#ssh_public_keyString

The public SSH key.

Returns:

  • (String)

    The public SSH key.

#statusString

The status of the HSM.

Possible values:

  • PENDING
  • RUNNING
  • UPDATING
  • SUSPENDED
  • TERMINATING
  • TERMINATED
  • DEGRADED

Returns:

  • (String)

    The status of the HSM.

#status_detailsString

Contains additional information about the status of the HSM.

Returns:

  • (String)

    Contains additional information about the status of the HSM.

#subnet_idString

The identifier of the subnet that the HSM is in.

Returns:

  • (String)

    The identifier of the subnet that the HSM is in.

#subscription_end_dateString

The subscription end date.

Returns:

  • (String)

    The subscription end date.

#subscription_start_dateString

The subscription start date.

Returns:

  • (String)

    The subscription start date.

#subscription_typeString

Specifies the type of subscription for the HSM.

  • PRODUCTION - The HSM is being used in a production environment.

  • TRIAL - The HSM is being used in a product trial.

Possible values:

  • PRODUCTION

Returns:

  • (String)

    Specifies the type of subscription for the HSM.

    • PRODUCTION - The HSM is being used in a production environment.

    • TRIAL - The HSM is being used in a product trial.

    .

#vendor_nameString

The name of the HSM vendor.

Returns:

  • (String)

    The name of the HSM vendor.

#vpc_idString

The identifier of the VPC that the HSM is in.

Returns:

  • (String)

    The identifier of the VPC that the HSM is in.