Class: Aws::CloudFrontKeyValueStore::Types::ListKeysResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ListKeysResponseListItem>

Key value pairs



262
263
264
265
266
267
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 262

class ListKeysResponse < Struct.new(
  :next_token,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.

Returns:

  • (String)


262
263
264
265
266
267
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 262

class ListKeysResponse < Struct.new(
  :next_token,
  :items)
  SENSITIVE = []
  include Aws::Structure
end