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
KeyARNof the asymmetric key pair.
Instance Attribute Details
#key_identifier ⇒ String
The KeyARN of the asymmetric key pair.
1005 1006 1007 1008 1009 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1005 class GetPublicKeyCertificateInput < Struct.new( :key_identifier) SENSITIVE = [] include Aws::Structure end |