Class: Aws::CloudHSM::Types::DescribeLunaClientResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::DescribeLunaClientResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate ⇒ String
The certificate installed on the HSMs used by this client.
-
#certificate_fingerprint ⇒ String
The certificate fingerprint.
-
#client_arn ⇒ String
The ARN of the client.
-
#label ⇒ String
The label of the client.
-
#last_modified_timestamp ⇒ String
The date and time the client was last modified.
Instance Attribute Details
#certificate ⇒ String
The certificate installed on the HSMs used by this client.
530 531 532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 530 class DescribeLunaClientResponse < Struct.new( :client_arn, :certificate, :certificate_fingerprint, :last_modified_timestamp, :label) SENSITIVE = [] include Aws::Structure end |
#certificate_fingerprint ⇒ String
The certificate fingerprint.
530 531 532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 530 class DescribeLunaClientResponse < Struct.new( :client_arn, :certificate, :certificate_fingerprint, :last_modified_timestamp, :label) SENSITIVE = [] include Aws::Structure end |
#client_arn ⇒ String
The ARN of the client.
530 531 532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 530 class DescribeLunaClientResponse < Struct.new( :client_arn, :certificate, :certificate_fingerprint, :last_modified_timestamp, :label) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label of the client.
530 531 532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 530 class DescribeLunaClientResponse < Struct.new( :client_arn, :certificate, :certificate_fingerprint, :last_modified_timestamp, :label) SENSITIVE = [] include Aws::Structure end |
#last_modified_timestamp ⇒ String
The date and time the client was last modified.
530 531 532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 530 class DescribeLunaClientResponse < Struct.new( :client_arn, :certificate, :certificate_fingerprint, :last_modified_timestamp, :label) SENSITIVE = [] include Aws::Structure end |