Class: Aws::PaymentCryptography::Types::GetPublicKeyCertificateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::GetPublicKeyCertificateInput
- Includes:
- Structure
- Defined in:
- 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.
1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1043 class GetPublicKeyCertificateInput < Struct.new( :key_identifier) SENSITIVE = [] include Aws::Structure end |