Class: Aws::CloudFront::Types::KeyValueStoreAssociations
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::KeyValueStoreAssociations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The key value store associations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::KeyValueStoreAssociation>
The items of the key value store association.
-
#quantity ⇒ Integer
The quantity of key value store associations.
Instance Attribute Details
#items ⇒ Array<Types::KeyValueStoreAssociation>
The items of the key value store association.
8238 8239 8240 8241 8242 8243 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8238 class KeyValueStoreAssociations < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The quantity of key value store associations.
8238 8239 8240 8241 8242 8243 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8238 class KeyValueStoreAssociations < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |