Class: Aws::CloudFront::Types::DeleteKeyValueStoreRequest

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

#if_matchString

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

Returns:

  • (String)


3469
3470
3471
3472
3473
3474
# File 'lib/aws-sdk-cloudfront/types.rb', line 3469

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

#nameString

The name of the key value store.

Returns:

  • (String)


3469
3470
3471
3472
3473
3474
# File 'lib/aws-sdk-cloudfront/types.rb', line 3469

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