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

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 KeyARN of the Amazon Web Services Payment Cryptography key activated for use.

Returns:



1474
1475
1476
1477
1478
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1474

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