Class: Aws::PaymentCryptography::Types::GetPublicKeyCertificateInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_identifierString

The KeyARN of the asymmetric key pair.

Returns:

  • (String)


637
638
639
640
641
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 637

class GetPublicKeyCertificateInput < Struct.new(
  :key_identifier)
  SENSITIVE = []
  include Aws::Structure
end