Class: Aws::PaymentCryptography::Types::CreateKeyOutput

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

#keyTypes::Key

The key material that contains all the key attributes.

Returns:



171
172
173
174
175
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 171

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