Class: Aws::CloudFront::Types::KeyValueStoreList
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::KeyValueStoreList
- 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
-
#items ⇒ Array<Types::KeyValueStore>
The items of the key value store list.
-
#max_items ⇒ Integer
The maximum number of items in the key value store list.
-
#next_marker ⇒ String
The next marker associated with the key value store list.
-
#quantity ⇒ Integer
The quantity of the key value store list.
Instance Attribute Details
#items ⇒ Array<Types::KeyValueStore>
The items of the key value store list.
7135 7136 7137 7138 7139 7140 7141 7142 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7135 class KeyValueStoreList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of items in the key value store list.
7135 7136 7137 7138 7139 7140 7141 7142 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7135 class KeyValueStoreList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
The next marker associated with the key value store list.
7135 7136 7137 7138 7139 7140 7141 7142 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7135 class KeyValueStoreList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The quantity of the key value store list.
7135 7136 7137 7138 7139 7140 7141 7142 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7135 class KeyValueStoreList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |