Class: Aws::CloudFront::Types::KeyValueStoreAssociations

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The key value store associations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::KeyValueStoreAssociation>

The items of the key value store association.



6712
6713
6714
6715
6716
6717
# File 'lib/aws-sdk-cloudfront/types.rb', line 6712

class KeyValueStoreAssociations < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The quantity of key value store associations.

Returns:

  • (Integer)


6712
6713
6714
6715
6716
6717
# File 'lib/aws-sdk-cloudfront/types.rb', line 6712

class KeyValueStoreAssociations < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end