Class: Aws::PaymentCryptography::Types::StartKeyUsageOutput

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

#keyTypes::Key

The ‘KeyARN` of the Amazon Web Services Payment Cryptography key activated for use.

Returns:



2120
2121
2122
2123
2124
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2120

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