Class: Aws::PaymentCryptography::Types::GetPublicKeyCertificateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::GetPublicKeyCertificateInput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_identifier ⇒ String
The
KeyARN
of the asymmetric key pair.
Instance Attribute Details
#key_identifier ⇒ String
The KeyARN
of the asymmetric key pair.
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 |