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)


3206
3207
3208
3209
3210
3211
# File 'lib/aws-sdk-cloudfront/types.rb', line 3206

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

#nameString

The name of the Key Value Store.

Returns:

  • (String)


3206
3207
3208
3209
3210
3211
# File 'lib/aws-sdk-cloudfront/types.rb', line 3206

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