Enumerationswift-aws-lambda-events 1.0.0AWSLambdaEvents
Attribute
SNS.swift:45enum Attribute
enum Attribute
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Message
struct SNSEvent
case string(String)
case binary([UInt8])
init(from decoder: any Decoder) throws
let message: String
let messageAttributes: [String : Attribute]?
let messageId: String
let signature: String
let signatureVersion: String
let signingCertURL: String
let subject: String?
@ISO8601WithFractionalSecondsCoding var timestamp: Date { get }
let topicArn: String
let type: String
let unsubscribeURL: String
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Decodable
A type that can decode itself from an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
protocol Sendable
init(from decoder: Decoder) throws
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.