Class: Aws::PaymentCryptography::Types::ListAliasesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ListAliasesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aliases ⇒ Array<Types::Alias>
The list of aliases.
-
#next_token ⇒ String
The token for the next set of results, or an empty or null value if there are no more results.
Instance Attribute Details
#aliases ⇒ Array<Types::Alias>
The list of aliases. Each alias describes the ‘KeyArn` contained within.
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_token ⇒ String
The token for the next set of results, or an empty or null value if there are no more results.
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 |