Method: Aws::KMS::Types::ListKeysResponse#keys

Defined in:
lib/aws-sdk-kms/types.rb

#keysArray<Types::KeyListEntry>

A list of KMS keys.

Returns:



4957
4958
4959
4960
4961
4962
4963
# File 'lib/aws-sdk-kms/types.rb', line 4957

class ListKeysResponse < Struct.new(
  :keys,
  :next_marker,
  :truncated)
  SENSITIVE = []
  include Aws::Structure
end