Class: Aws::PaymentCryptography::Types::UpdateAliasInput

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

#alias_nameString

The alias whose associated key is changing.

Returns:

  • (String)


1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1815

class UpdateAliasInput < Struct.new(
  :alias_name,
  :key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#key_arnString

The KeyARN for the key that you are updating or removing from the alias.

Returns:

  • (String)


1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1815

class UpdateAliasInput < Struct.new(
  :alias_name,
  :key_arn)
  SENSITIVE = []
  include Aws::Structure
end