Class: Aws::PaymentCryptography::Types::GetKeyOutput

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

Contains the key metadata, including both immutable and mutable attributes for the key, but does not include actual cryptographic key material.

Returns:



853
854
855
856
857
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 853

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