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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3210

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

#nameString

The name of the key value store.

Returns:

  • (String)


3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3210

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