Class: Aws::CloudFront::Types::KeyValueStore
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::KeyValueStore
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The key value store. Use this to separate data from function code, allowing you to update data without having to publish a new version of a function. The key value store holds keys and their corresponding values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the key value store.
-
#comment ⇒ String
A comment for the key value store.
-
#id ⇒ String
The unique Id for the key value store.
-
#last_modified_time ⇒ Time
The last-modified time of the key value store.
-
#name ⇒ String
The name of the key value store.
-
#status ⇒ String
The status of the key value store.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the key value store.
6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6677 class KeyValueStore < Struct.new( :name, :id, :comment, :arn, :status, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#comment ⇒ String
A comment for the key value store.
6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6677 class KeyValueStore < Struct.new( :name, :id, :comment, :arn, :status, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique Id for the key value store.
6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6677 class KeyValueStore < Struct.new( :name, :id, :comment, :arn, :status, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last-modified time of the key value store.
6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6677 class KeyValueStore < Struct.new( :name, :id, :comment, :arn, :status, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the key value store.
6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6677 class KeyValueStore < Struct.new( :name, :id, :comment, :arn, :status, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the key value store.
6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6677 class KeyValueStore < Struct.new( :name, :id, :comment, :arn, :status, :last_modified_time) SENSITIVE = [] include Aws::Structure end |