class Aws::CloudHSM::Types::DescribeHsmRequest

Contains the inputs for the DescribeHsm operation.

@note When making an API call, you may pass DescribeHsmRequest

data as a hash:

    {
      hsm_arn: "HsmArn",
      hsm_serial_number: "HsmSerialNumber",
    }

@!attribute [rw] hsm_arn

The ARN of the HSM. Either the `HsmArn` or the `SerialNumber`
parameter must be specified.
@return [String]

@!attribute [rw] hsm_serial_number

The serial number of the HSM. Either the `HsmArn` or the
`HsmSerialNumber` parameter must be specified.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/DescribeHsmRequest AWS API Documentation

Constants

SENSITIVE