GetTableItemResult

data class GetTableItemResult(val expressionAttributeNames: Map<String, String>? = null, val id: String, val item: String, val key: String, val projectionExpression: String? = null, val tableName: String)

A collection of values returned by getTableItem.

Constructors

Link copied to clipboard
constructor(expressionAttributeNames: Map<String, String>? = null, id: String, item: String, key: String, projectionExpression: String? = null, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

JSON representation of a map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard