Class: Aws::CloudFrontKeyValueStore::Types::UpdateKeysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFrontKeyValueStore::Types::UpdateKeysRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfrontkeyvaluestore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletes ⇒ Array<Types::DeleteKeyRequestListItem>
List of keys to delete.
-
#if_match ⇒ String
The current version (ETag) of the Key Value Store that you are updating keys of, which you can get using DescribeKeyValueStore.
-
#kvs_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Value Store.
-
#puts ⇒ Array<Types::PutKeyRequestListItem>
List of key value pairs to put.
Instance Attribute Details
#deletes ⇒ Array<Types::DeleteKeyRequestListItem>
List of keys to delete.
409 410 411 412 413 414 415 416 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 409 class UpdateKeysRequest < Struct.new( :kvs_arn, :if_match, :puts, :deletes) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (ETag) of the Key Value Store that you are updating keys of, which you can get using DescribeKeyValueStore.
409 410 411 412 413 414 415 416 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 409 class UpdateKeysRequest < Struct.new( :kvs_arn, :if_match, :puts, :deletes) SENSITIVE = [] include Aws::Structure end |
#kvs_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Value Store.
409 410 411 412 413 414 415 416 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 409 class UpdateKeysRequest < Struct.new( :kvs_arn, :if_match, :puts, :deletes) SENSITIVE = [] include Aws::Structure end |
#puts ⇒ Array<Types::PutKeyRequestListItem>
List of key value pairs to put.
409 410 411 412 413 414 415 416 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 409 class UpdateKeysRequest < Struct.new( :kvs_arn, :if_match, :puts, :deletes) SENSITIVE = [] include Aws::Structure end |