Class: Aws::PaymentCryptography::Types::ListKeysOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ListKeysOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keys ⇒ Array<Types::KeySummary>
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
-
#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
#keys ⇒ Array<Types::KeySummary>
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1315 class ListKeysOutput < Struct.new( :keys, :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.
1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1315 class ListKeysOutput < Struct.new( :keys, :next_token) SENSITIVE = [] include Aws::Structure end |