Class: Aws::PaymentCryptography::Types::GetAliasOutput

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 of the Amazon Web Services Payment Cryptography key.

Returns:



470
471
472
473
474
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 470

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