Class: Aws::CloudFrontKeyValueStore::Types::ListKeysRequest

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

#kvs_arnString

The Amazon Resource Name (ARN) of the Key Value Store.

Returns:

  • (String)


242
243
244
245
246
247
248
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 242

class ListKeysRequest < Struct.new(
  :kvs_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.

Returns:

  • (Integer)


242
243
244
245
246
247
248
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 242

class ListKeysRequest < Struct.new(
  :kvs_arn,
  :next_token,
  :max_results)
  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)


242
243
244
245
246
247
248
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 242

class ListKeysRequest < Struct.new(
  :kvs_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end