Class: Aws::PaymentCryptography::Types::GetKeyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::GetKeyInput
- 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 Amazon Web Services Payment Cryptography key.
Instance Attribute Details
#key_identifier ⇒ String
The KeyARN
of the Amazon Web Services Payment Cryptography key.
482 483 484 485 486 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 482 class GetKeyInput < Struct.new( :key_identifier) SENSITIVE = [] include Aws::Structure end |