Class: Aws::CloudFront::Types::DeleteKeyValueStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteKeyValueStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#if_match ⇒ String
The key value store to delete, if a match occurs.
-
#name ⇒ String
The name of the key value store.
Instance Attribute Details
#if_match ⇒ String
The key value store to delete, if a match occurs.
3212 3213 3214 3215 3216 3217 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3212 class DeleteKeyValueStoreRequest < Struct.new( :name, :if_match) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the key value store.
3212 3213 3214 3215 3216 3217 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3212 class DeleteKeyValueStoreRequest < Struct.new( :name, :if_match) SENSITIVE = [] include Aws::Structure end |