Class: Aws::PaymentCryptography::Types::DeleteKeyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::DeleteKeyOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ Types::Key
The
KeyARN
of the key that is scheduled for deletion.
Instance Attribute Details
#key ⇒ Types::Key
The KeyARN
of the key that is scheduled for deletion.
219 220 221 222 223 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 219 class DeleteKeyOutput < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |