Class: Aws::PaymentCryptography::Types::ExportKeyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_attributesTypes::ExportAttributes

The attributes for IPEK generation during export.



315
316
317
318
319
320
321
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 315

class ExportKeyInput < Struct.new(
  :key_material,
  :export_key_identifier,
  :export_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#export_key_identifierString

The KeyARN of the key under export from Amazon Web Services Payment Cryptography.

Returns:

  • (String)


315
316
317
318
319
320
321
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 315

class ExportKeyInput < Struct.new(
  :key_material,
  :export_key_identifier,
  :export_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#key_materialTypes::ExportKeyMaterial

The key block format type, for example, TR-34 or TR-31, to use during key material export.



315
316
317
318
319
320
321
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 315

class ExportKeyInput < Struct.new(
  :key_material,
  :export_key_identifier,
  :export_attributes)
  SENSITIVE = []
  include Aws::Structure
end