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:



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_tokenString

The token for the next set of results, or an empty or null value if there are no more results.

Returns:

  • (String)


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