Class: Aws::PaymentCryptography::Types::StopKeyUsageOutput

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 key.

Returns:



1498
1499
1500
1501
1502
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1498

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