Class: Aws::CloudHSM::Types::DescribeLunaClientRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::DescribeLunaClientRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_fingerprint ⇒ String
The certificate fingerprint.
-
#client_arn ⇒ String
The ARN of the client.
Instance Attribute Details
#certificate_fingerprint ⇒ String
The certificate fingerprint.
501 502 503 504 505 506 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 501 class DescribeLunaClientRequest < Struct.new( :client_arn, :certificate_fingerprint) SENSITIVE = [] include Aws::Structure end |
#client_arn ⇒ String
The ARN of the client.
501 502 503 504 505 506 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 501 class DescribeLunaClientRequest < Struct.new( :client_arn, :certificate_fingerprint) SENSITIVE = [] include Aws::Structure end |