Class: Aws::PaymentCryptography::Types::StopKeyUsageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::StopKeyUsageInput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_identifier ⇒ String
The
KeyArnof the key.
Instance Attribute Details
#key_identifier ⇒ String
The KeyArn of the key.
2230 2231 2232 2233 2234 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 2230 class StopKeyUsageInput < Struct.new( :key_identifier) SENSITIVE = [] include Aws::Structure end |