Class: Aws::CloudHSM::Types::DescribeHsmRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb

Overview

Contains the inputs for the DescribeHsm operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_arnString

The ARN of the HSM. Either the HsmArn or the SerialNumber parameter must be specified.

Returns:

  • (String)


364
365
366
367
368
369
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 364

class DescribeHsmRequest < Struct.new(
  :hsm_arn,
  :hsm_serial_number)
  SENSITIVE = []
  include Aws::Structure
end

#hsm_serial_numberString

The serial number of the HSM. Either the HsmArn or the HsmSerialNumber parameter must be specified.

Returns:

  • (String)


364
365
366
367
368
369
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 364

class DescribeHsmRequest < Struct.new(
  :hsm_arn,
  :hsm_serial_number)
  SENSITIVE = []
  include Aws::Structure
end