Class: Aws::CloudHSM::Types::DeleteLunaClientRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::DeleteLunaClientRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_arn ⇒ String
The ARN of the client to delete.
Instance Attribute Details
#client_arn ⇒ String
The ARN of the client to delete.
265 266 267 268 269 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 265 class DeleteLunaClientRequest < Struct.new( :client_arn) SENSITIVE = [] include Aws::Structure end |