Method: Aws::PaymentCryptography::Types::ExportKeyCryptogram#wrapping_spec

Defined in:
lib/aws-sdk-paymentcryptography/types.rb

#wrapping_specString

The wrapping spec for the key under export.

Returns:

  • (String)


608
609
610
611
612
613
614
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 608

class ExportKeyCryptogram < Struct.new(
  :certificate_authority_public_key_identifier,
  :wrapping_key_certificate,
  :wrapping_spec)
  SENSITIVE = []
  include Aws::Structure
end