Class: Aws::CloudFront::Types::KeyValueStoreList

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

Overview

The key value store list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::KeyValueStore>

The items of the key value store list.

Returns:



6739
6740
6741
6742
6743
6744
6745
6746
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6739

class KeyValueStoreList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of items in the key value store list.

Returns:

  • (Integer)


6739
6740
6741
6742
6743
6744
6745
6746
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6739

class KeyValueStoreList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

The next marker associated with the key value store list.

Returns:

  • (String)


6739
6740
6741
6742
6743
6744
6745
6746
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6739

class KeyValueStoreList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The quantity of the key value store list.

Returns:

  • (Integer)


6739
6740
6741
6742
6743
6744
6745
6746
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6739

class KeyValueStoreList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end