Class: Aws::CloudHSM::Types::DeleteLunaClientRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudhsm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_arnString

The ARN of the client to delete.

Returns:

  • (String)


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