Class: Aws::CloudFrontKeyValueStore::Types::DeleteKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFrontKeyValueStore::Types::DeleteKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfrontkeyvaluestore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#if_match ⇒ String
The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.
-
#key ⇒ String
The key to delete.
-
#kvs_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Value Store.
Instance Attribute Details
#if_match ⇒ String
The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.
54 55 56 57 58 59 60 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 54 class DeleteKeyRequest < Struct.new( :kvs_arn, :key, :if_match) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key to delete.
54 55 56 57 58 59 60 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 54 class DeleteKeyRequest < Struct.new( :kvs_arn, :key, :if_match) SENSITIVE = [] include Aws::Structure end |
#kvs_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Value Store.
54 55 56 57 58 59 60 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 54 class DeleteKeyRequest < Struct.new( :kvs_arn, :key, :if_match) SENSITIVE = [] include Aws::Structure end |