Class: Aws::CloudHSM::Types::CreateLunaClientResponse

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

Overview

Contains the output of the CreateLunaClient action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_arnString

The ARN of the client.

Returns:

  • (String)


197
198
199
200
201
# File 'lib/aws-sdk-cloudhsm/types.rb', line 197

class CreateLunaClientResponse < Struct.new(
  :client_arn)
  SENSITIVE = []
  include Aws::Structure
end