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.



6706
6707
6708
6709
6710
6711
# File 'lib/aws-sdk-cloudfront/types.rb', line 6706

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

#quantityInteger

The quantity of Key Value Store associations.

Returns:

  • (Integer)


6706
6707
6708
6709
6710
6711
# File 'lib/aws-sdk-cloudfront/types.rb', line 6706

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