Class: Aws::PaymentCryptography::Types::GetKeyInput

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 Amazon Web Services Payment Cryptography key.

Returns:

  • (String)


980
981
982
983
984
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 980

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