Class: Aws::PaymentCryptography::Types::UpdateAliasOutput

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

#aliasTypes::Alias

The alias name.

Returns:



1828
1829
1830
1831
1832
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1828

class UpdateAliasOutput < Struct.new(
  :alias)
  SENSITIVE = []
  include Aws::Structure
end