Class: Aws::KeyspacesStreams::Types::KeyspacesCellMapDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::KeyspacesStreams::Types::KeyspacesCellMapDefinition
- 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
-
#key ⇒ Types::KeyspacesCellValue
The key of this map entry in the Amazon Keyspaces cell.
-
#metadata ⇒ Types::KeyspacesMetadata
Metadata for this specific key-value pair within the map, such as timestamps and TTL information.
-
#value ⇒ Types::KeyspacesCellValue
The value associated with the key in this map entry.
Instance Attribute Details
#key ⇒ Types::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 |
#metadata ⇒ Types::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 |
#value ⇒ Types::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 |