Class: Aws::CloudHSMV2::Types::CreateHsmResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hsmTypes::Hsm

Information about the HSM that was created.

Returns:



477
478
479
480
481
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 477

class CreateHsmResponse < Struct.new(
  :hsm)
  SENSITIVE = []
  include Aws::Structure
end