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.
9129 9130 9131 9132 9133 9134 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9129 class KeyValueStoreAssociations < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The quantity of key value store associations.
9129 9130 9131 9132 9133 9134 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9129 class KeyValueStoreAssociations < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |