Class: Aws::CloudFrontKeyValueStore::Types::PutKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFrontKeyValueStore::Types::PutKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfrontkeyvaluestore/types.rb
Overview
Metadata information about a Key Value Store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The current version identifier of the Key Value Store after the successful put.
-
#item_count ⇒ Integer
Number of key value pairs in the Key Value Store after the successful put.
-
#total_size_in_bytes ⇒ Integer
Total size of the Key Value Store after the successful put, in bytes.
Instance Attribute Details
#etag ⇒ String
The current version identifier of the Key Value Store after the successful put.
356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 356 class PutKeyResponse < Struct.new( :item_count, :total_size_in_bytes, :etag) SENSITIVE = [] include Aws::Structure end |
#item_count ⇒ Integer
Number of key value pairs in the Key Value Store after the successful put.
356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 356 class PutKeyResponse < Struct.new( :item_count, :total_size_in_bytes, :etag) SENSITIVE = [] include Aws::Structure end |
#total_size_in_bytes ⇒ Integer
Total size of the Key Value Store after the successful put, in bytes.
356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 356 class PutKeyResponse < Struct.new( :item_count, :total_size_in_bytes, :etag) SENSITIVE = [] include Aws::Structure end |