Class: Aws::CloudFrontKeyValueStore::Types::UpdateKeysResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb

Overview

Metadata information about a Key Value Store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The current version identifier of the Key Value Store after the successful update.

Returns:

  • (String)


437
438
439
440
441
442
443
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 437

class UpdateKeysResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#item_countInteger

Number of key value pairs in the Key Value Store after the successful update.

Returns:

  • (Integer)


437
438
439
440
441
442
443
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 437

class UpdateKeysResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#total_size_in_bytesInteger

Total size of the Key Value Store after the successful update, in bytes.

Returns:

  • (Integer)


437
438
439
440
441
442
443
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 437

class UpdateKeysResponse < Struct.new(
  :item_count,
  :total_size_in_bytes,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end