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.



9085
9086
9087
9088
9089
9090
# File 'lib/aws-sdk-cloudfront/types.rb', line 9085

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

#quantityInteger

The quantity of key value store associations.

Returns:

  • (Integer)


9085
9086
9087
9088
9089
9090
# File 'lib/aws-sdk-cloudfront/types.rb', line 9085

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