Class: Aws::PaymentCryptography::Types::StopKeyUsageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::StopKeyUsageOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ Types::Key
The ‘KeyARN` of the key.
Instance Attribute Details
#key ⇒ Types::Key
The ‘KeyARN` of the key.
2542 2543 2544 2545 2546 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2542 class StopKeyUsageOutput < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |