Class: Aws::PaymentCryptography::Types::ListAliasesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-paymentcryptography/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesArray<Types::Alias>

The list of aliases. Each alias describes the ‘KeyArn` contained within.

Returns:



1805
1806
1807
1808
1809
1810
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1805

class ListAliasesOutput < Struct.new(
  :aliases,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or an empty or null value if there are no more results.

Returns:

  • (String)


1805
1806
1807
1808
1809
1810
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1805

class ListAliasesOutput < Struct.new(
  :aliases,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end