Class: Aws::CloudHSM::Types::DescribeLunaClientResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateString

The certificate installed on the HSMs used by this client.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
# File 'gems/aws-sdk-cloudhsm/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_fingerprintString

The certificate fingerprint.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
# File 'gems/aws-sdk-cloudhsm/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_arnString

The ARN of the client.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
# File 'gems/aws-sdk-cloudhsm/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

#labelString

The label of the client.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
# File 'gems/aws-sdk-cloudhsm/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_timestampString

The date and time the client was last modified.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
# File 'gems/aws-sdk-cloudhsm/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