Class: Aws::PaymentCryptography::Types::StartKeyUsageInput

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)


2077
2078
2079
2080
2081
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 2077

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