You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateLunaClientRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  label: "ClientLabel",
  certificate: "Certificate", # required
}

Contains the inputs for the CreateLunaClient action.

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)

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

#labelString

The label for the client.

Returns:

  • (String)

    The label for the client.