Enumeration Caseswift-aws-lambda-events 1.0.0AWSLambdaEvents
stringSet(_:)
DynamoDB.swift:199case stringSet([String])
case stringSet([String])
s15AWSLambdaEvents13DynamoDBEventV14AttributeValueO9stringSetyAESaySSGcAEmF
What are these?498WR
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
enum AttributeValue
struct DynamoDBEvent
@frozen struct String
A Unicode string value that is a collection of characters.
case boolean(Bool)
case binary([UInt8])
case binarySet([[UInt8]])
case string(String)
case null
case number(String)
case numberSet([String])
case list([AttributeValue])
case map([String : AttributeValue])