Class: Aws::PaymentCryptography::Types::ListKeysOutput

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

#keysArray<Types::KeySummary>

The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.

Returns:



1310
1311
1312
1313
1314
1315
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1310

class ListKeysOutput < Struct.new(
  :keys,
  :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)


1310
1311
1312
1313
1314
1315
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1310

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