Class: Aws::Types::DescribeHsmRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHsmRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hsm_arn ⇒ ::String
Returns the value of attribute hsm_arn.
-
#hsm_serial_number ⇒ ::String
Returns the value of attribute hsm_serial_number.
Instance Attribute Details
#hsm_arn ⇒ ::String
Returns the value of attribute hsm_arn.
118 119 120 |
# File 'sig/types.rbs', line 118 def hsm_arn @hsm_arn end |
#hsm_serial_number ⇒ ::String
Returns the value of attribute hsm_serial_number.
119 120 121 |
# File 'sig/types.rbs', line 119 def hsm_serial_number @hsm_serial_number end |