You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::CloudHSM::Types::ModifyHsmResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ModifyHsmResponse
- Defined in:
- gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb
Overview
Contains the output of the ModifyHsm operation.
Instance Attribute Summary collapse
-
#hsm_arn ⇒ String
The ARN of the HSM.
Instance Attribute Details
#hsm_arn ⇒ String
The ARN of the HSM.
897 898 899 900 |
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 897 class ModifyHsmResponse < Struct.new( :hsm_arn) include Aws::Structure end |