Class: Aws::CloudHSM::Types::ModifyLunaClientResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ModifyLunaClientResponse
- Defined in:
- gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_arn ⇒ String
The ARN of the client.
Instance Attribute Details
#client_arn ⇒ String
The ARN of the client.
849 850 851 852 853 |
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 849 class ModifyLunaClientResponse < Struct.new( :client_arn) SENSITIVE = [] include Aws::Structure end |