Class: Aws::KeyspacesStreams::Types::KeyspacesCellMapDefinition

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

Overview

Represents a key-value pair within a map data type in Amazon Keyspaces, including the associated metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyTypes::KeyspacesCellValue

The key of this map entry in the Amazon Keyspaces cell.



317
318
319
320
321
322
323
# File 'gems/aws-sdk-keyspacesstreams/lib/aws-sdk-keyspacesstreams/types.rb', line 317

class KeyspacesCellMapDefinition < Struct.new(
  :key,
  :value,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::KeyspacesMetadata

Metadata for this specific key-value pair within the map, such as timestamps and TTL information.



317
318
319
320
321
322
323
# File 'gems/aws-sdk-keyspacesstreams/lib/aws-sdk-keyspacesstreams/types.rb', line 317

class KeyspacesCellMapDefinition < Struct.new(
  :key,
  :value,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::KeyspacesCellValue

The value associated with the key in this map entry.



317
318
319
320
321
322
323
# File 'gems/aws-sdk-keyspacesstreams/lib/aws-sdk-keyspacesstreams/types.rb', line 317

class KeyspacesCellMapDefinition < Struct.new(
  :key,
  :value,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end