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

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

#aliasesArray<Types::Alias>

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

Returns:



1260
1261
1262
1263
1264
1265
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1260

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)


1260
1261
1262
1263
1264
1265
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1260

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