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.
7104 7105 7106 7107 7108 7109 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7104 class KeyValueStoreAssociations < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The quantity of key value store associations.
7104 7105 7106 7107 7108 7109 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7104 class KeyValueStoreAssociations < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |