Class: Aws::PaymentCryptography::Types::CreateAliasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::CreateAliasOutput
- 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 for the key.
Instance Attribute Details
#alias ⇒ Types::Alias
The alias for the key.
93 94 95 96 97 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 93 class CreateAliasOutput < Struct.new( :alias) SENSITIVE = [] include Aws::Structure end |