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.
7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7067 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.
7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7067 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.
7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7067 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.
7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7067 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.
7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7067 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.
7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7067 class KeyValueStore < Struct.new( :name, :id, :comment, :arn, :status, :last_modified_time) SENSITIVE = [] include Aws::Structure end |