Class: Aws::CloudFront::Types::KeyValueStoreAssociation

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

Overview

The key value store association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_value_store_arnString

The Amazon Resource Name (ARN) of the key value store association.

Returns:

  • (String)


6694
6695
6696
6697
6698
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6694

class KeyValueStoreAssociation < Struct.new(
  :key_value_store_arn)
  SENSITIVE = []
  include Aws::Structure
end