Class: Aws::PaymentCryptography::Types::StopKeyUsageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::StopKeyUsageInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_identifier ⇒ String
The ‘KeyArn` of the key.
Instance Attribute Details
#key_identifier ⇒ String
The ‘KeyArn` of the key.
2530 2531 2532 2533 2534 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2530 class StopKeyUsageInput < Struct.new( :key_identifier) SENSITIVE = [] include Aws::Structure end |