Class: Aws::CloudHSM::Types::CreateLunaClientRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::CreateLunaClientRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Contains the inputs for the CreateLunaClient action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate ⇒ String
The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.
-
#label ⇒ String
The label for the client.
Instance Attribute Details
#certificate ⇒ String
The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.
182 183 184 185 186 187 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 182 class CreateLunaClientRequest < Struct.new( :label, :certificate) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label for the client.
182 183 184 185 186 187 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 182 class CreateLunaClientRequest < Struct.new( :label, :certificate) SENSITIVE = [] include Aws::Structure end |