Class: Aws::CloudFrontKeyValueStore::Types::GetKeyResponse

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

Overview

A key value pair.

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#item_countInteger

Number of key value pairs in the Key Value Store.

Returns:

  • (Integer)


203
204
205
206
207
208
209
210
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 203

class GetKeyResponse < Struct.new(
  :key,
  :value,
  :item_count,
  :total_size_in_bytes)
  SENSITIVE = [:value]
  include Aws::Structure
end

#keyString

The key of the key value pair.

Returns:

  • (String)


203
204
205
206
207
208
209
210
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 203

class GetKeyResponse < Struct.new(
  :key,
  :value,
  :item_count,
  :total_size_in_bytes)
  SENSITIVE = [:value]
  include Aws::Structure
end

#total_size_in_bytesInteger

Total size of the Key Value Store in bytes.

Returns:

  • (Integer)


203
204
205
206
207
208
209
210
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 203

class GetKeyResponse < Struct.new(
  :key,
  :value,
  :item_count,
  :total_size_in_bytes)
  SENSITIVE = [:value]
  include Aws::Structure
end

#valueString

The value of the key value pair.

Returns:

  • (String)


203
204
205
206
207
208
209
210
# File 'gems/aws-sdk-cloudfrontkeyvaluestore/lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 203

class GetKeyResponse < Struct.new(
  :key,
  :value,
  :item_count,
  :total_size_in_bytes)
  SENSITIVE = [:value]
  include Aws::Structure
end