Class: Aws::PaymentCryptography::Types::StopKeyUsageInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_identifierString

The KeyArn of the key.

Returns:

  • (String)


1486
1487
1488
1489
1490
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1486

class StopKeyUsageInput < Struct.new(
  :key_identifier)
  SENSITIVE = []
  include Aws::Structure
end