Class: Aws::CloudFront::Types::UpdateKeyValueStoreRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

The comment of the key value store to update.

Returns:

  • (String)


12770
12771
12772
12773
12774
12775
12776
# File 'lib/aws-sdk-cloudfront/types.rb', line 12770

class UpdateKeyValueStoreRequest < Struct.new(
  :name,
  :comment,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The key value store to update, if a match occurs.

Returns:

  • (String)


12770
12771
12772
12773
12774
12775
12776
# File 'lib/aws-sdk-cloudfront/types.rb', line 12770

class UpdateKeyValueStoreRequest < Struct.new(
  :name,
  :comment,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the key value store to update.

Returns:

  • (String)


12770
12771
12772
12773
12774
12775
12776
# File 'lib/aws-sdk-cloudfront/types.rb', line 12770

class UpdateKeyValueStoreRequest < Struct.new(
  :name,
  :comment,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end