Method: Aws::KMS::Types::ListKeysResponse#keys
- Defined in:
- lib/aws-sdk-kms/types.rb
#keys ⇒ Array<Types::KeyListEntry>
A list of KMS keys.
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 |