Class: Aws::CloudHSM::Types::ModifyLunaClientResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsm/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.

Returns:

  • (String)


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