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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2132
2133
2134
2135
2136
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2132

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