Class: Aws::PaymentCryptography::Types::ListAliasesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ListAliasesOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/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.
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_token ⇒ String
The token for the next set of results, or an empty or null value if there are no more results.
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 |