Class: Aws::CloudHSM::Types::CreateLunaClientRequest

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

Overview

Contains the inputs for the CreateLunaClient action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateString

The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.

Returns:

  • (String)


182
183
184
185
186
187
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 182

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

#labelString

The label for the client.

Returns:

  • (String)


182
183
184
185
186
187
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 182

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