Class: Aws::PaymentCryptography::Types::UpdateAliasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::UpdateAliasInput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The alias whose associated key is changing.
-
#key_arn ⇒ String
The
KeyARN
for the key that you are updating or removing from the alias.
Instance Attribute Details
#alias_name ⇒ String
The alias whose associated key is changing.
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_arn ⇒ String
The KeyARN
for the key that you are updating or removing from the
alias.
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 |