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.
6714 6715 6716 6717 6718 6719 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6714 class KeyValueStoreAssociations < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The quantity of key value store associations.
6714 6715 6716 6717 6718 6719 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6714 class KeyValueStoreAssociations < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |