Class: Aws::PaymentCryptography::Types::StopKeyUsageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::StopKeyUsageOutput
- 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
KeyARNof the key.
Instance Attribute Details
#key ⇒ Types::Key
The KeyARN of the key.
2269 2270 2271 2272 2273 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 2269 class StopKeyUsageOutput < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |