Class: Aws::CloudFrontKeyValueStore::Types::PutKeyRequestListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFrontKeyValueStore::Types::PutKeyRequestListItem
- Defined in:
- gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb
Overview
List item for key value pair to put.
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the key value pair list item to put.
-
#value ⇒ String
The value for the key value pair to put.
Instance Attribute Details
#key ⇒ String
The key of the key value pair list item to put.
330 331 332 333 334 335 |
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 330 class PutKeyRequestListItem < Struct.new( :key, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
The value for the key value pair to put.
330 331 332 333 334 335 |
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 330 class PutKeyRequestListItem < Struct.new( :key, :value) SENSITIVE = [:value] include Aws::Structure end |