Method: Aws::KMS::Types::ListKeysResponse#next_marker

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

#next_markerString

When ‘Truncated` is true, this element is present and contains the value to use for the `Marker` parameter in a subsequent request.

Returns:

  • (String)


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