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)


1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1645

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)


1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1645

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