Class: Aws::CloudHSM::Types::ModifyLunaClientRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ModifyLunaClientRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate ⇒ String
The new certificate for the client.
-
#client_arn ⇒ String
The ARN of the client.
Instance Attribute Details
#certificate ⇒ String
The new certificate for the client.
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_arn ⇒ String
The ARN of the client.
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 |