Class: Aws::CloudFront::Types::KeyValueStore

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6675

class KeyValueStore < Struct.new(
  :name,
  :id,
  :comment,
  :arn,
  :status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#commentString

A comment for the key value store.

Returns:

  • (String)


6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6675

class KeyValueStore < Struct.new(
  :name,
  :id,
  :comment,
  :arn,
  :status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique Id for the key value store.

Returns:

  • (String)


6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6675

class KeyValueStore < Struct.new(
  :name,
  :id,
  :comment,
  :arn,
  :status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last-modified time of the key value store.

Returns:

  • (Time)


6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6675

class KeyValueStore < Struct.new(
  :name,
  :id,
  :comment,
  :arn,
  :status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the key value store.

Returns:

  • (String)


6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6675

class KeyValueStore < Struct.new(
  :name,
  :id,
  :comment,
  :arn,
  :status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the key value store.

Returns:

  • (String)


6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6675

class KeyValueStore < Struct.new(
  :name,
  :id,
  :comment,
  :arn,
  :status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end