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:



2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 2101

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)


2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 2101

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