Method: Aws::KMS::Types::ListKeysResponse#truncated

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

#truncatedBoolean

A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the ‘NextMarker` element in this response to the `Marker` parameter in a subsequent request.

Returns:

  • (Boolean)


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