Class: Aws::CloudFrontKeyValueStore::Types::DeleteKeyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#if_matchString

The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.

Returns:

  • (String)


54
55
56
57
58
59
60
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 54

class DeleteKeyRequest < Struct.new(
  :kvs_arn,
  :key,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key to delete.

Returns:

  • (String)


54
55
56
57
58
59
60
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 54

class DeleteKeyRequest < Struct.new(
  :kvs_arn,
  :key,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#kvs_arnString

The Amazon Resource Name (ARN) of the Key Value Store.

Returns:

  • (String)


54
55
56
57
58
59
60
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 54

class DeleteKeyRequest < Struct.new(
  :kvs_arn,
  :key,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end