Class: Aws::CloudFront::Types::KeyValueStoreAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::KeyValueStoreAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The Key Value Store association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_value_store_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Value Store association.
Instance Attribute Details
#key_value_store_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Value Store association.
6688 6689 6690 6691 6692 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6688 class KeyValueStoreAssociation < Struct.new( :key_value_store_arn) SENSITIVE = [] include Aws::Structure end |