Class: Aws::PaymentCryptography::Types::UpdateAliasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::UpdateAliasOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ Types::Alias
The alias name.
Instance Attribute Details
#alias ⇒ Types::Alias
The alias name.
1663 1664 1665 1666 1667 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1663 class UpdateAliasOutput < Struct.new( :alias) SENSITIVE = [] include Aws::Structure end |