let partitionKey: IndexKey
s8CloudAWS0B0O8DynamoDBV5IndexV12partitionKeySS4name_AE13AttributeTypeO4typetvp
3R3I4
import CloudAWS
struct Index
enum AWS
struct DynamoDB
typealias IndexKey = (name: String, type: AttributeType)
init(partitionKey: IndexKey, sortKey: IndexKey? = nil)
let sortKey: IndexKey?