Class: Aws::CloudHSM::Types::ModifyLunaClientRequest

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

#certificateString

The new certificate for the client.

Returns:

  • (String)


836
837
838
839
840
841
# File 'lib/aws-sdk-cloudhsm/types.rb', line 836

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

#client_arnString

The ARN of the client.

Returns:

  • (String)


836
837
838
839
840
841
# File 'lib/aws-sdk-cloudhsm/types.rb', line 836

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