Class: Aws::CloudFront::Types::UpdateKeyValueStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateKeyValueStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
The comment of the key value store to update.
-
#if_match ⇒ String
The key value store to update, if a match occurs.
-
#name ⇒ String
The name of the key value store to update.
Instance Attribute Details
#comment ⇒ String
The comment of the key value store to update.
12772 12773 12774 12775 12776 12777 12778 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12772 class UpdateKeyValueStoreRequest < Struct.new( :name, :comment, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The key value store to update, if a match occurs.
12772 12773 12774 12775 12776 12777 12778 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12772 class UpdateKeyValueStoreRequest < Struct.new( :name, :comment, :if_match) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the key value store to update.
12772 12773 12774 12775 12776 12777 12778 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12772 class UpdateKeyValueStoreRequest < Struct.new( :name, :comment, :if_match) SENSITIVE = [] include Aws::Structure end |