Class: Aws::CloudHSMV2::Types::CreateHsmResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::CreateHsmResponse
- Defined in:
- gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hsm ⇒ Types::Hsm
Information about the HSM that was created.
Instance Attribute Details
#hsm ⇒ Types::Hsm
Information about the HSM that was created.
513 514 515 516 517 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 513 class CreateHsmResponse < Struct.new( :hsm) SENSITIVE = [] include Aws::Structure end |