Class: Aws::CloudHSMV2::Types::CreateHsmResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::CreateHsmResponse
- Includes:
- Structure
- Defined in:
- 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.
477 478 479 480 481 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 477 class CreateHsmResponse < Struct.new( :hsm) SENSITIVE = [] include Aws::Structure end |