Class: Aws::CloudHSM::Types::DescribeHsmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::DescribeHsmRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Contains the inputs for the DescribeHsm operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hsm_arn ⇒ String
The ARN of the HSM.
-
#hsm_serial_number ⇒ String
The serial number of the HSM.
Instance Attribute Details
#hsm_arn ⇒ String
The ARN of the HSM. Either the ‘HsmArn` or the `SerialNumber` parameter must be specified.
364 365 366 367 368 369 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 364 class DescribeHsmRequest < Struct.new( :hsm_arn, :hsm_serial_number) SENSITIVE = [] include Aws::Structure end |
#hsm_serial_number ⇒ String
The serial number of the HSM. Either the ‘HsmArn` or the `HsmSerialNumber` parameter must be specified.
364 365 366 367 368 369 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 364 class DescribeHsmRequest < Struct.new( :hsm_arn, :hsm_serial_number) SENSITIVE = [] include Aws::Structure end |