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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1186
1187
1188
1189
1190
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1186

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