Class: Aws::CloudFrontKeyValueStore::Types::DeleteKeyRequestListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFrontKeyValueStore::Types::DeleteKeyRequestListItem
- Defined in:
- gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb
Overview
List item for keys to delete.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the key value pair to be deleted.
Instance Attribute Details
#key ⇒ String
The key of the key value pair to be deleted.
70 71 72 73 74 |
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 70 class DeleteKeyRequestListItem < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |