SnsMessage

final case class SnsMessage(signature: String, messageId: UUID, `type`: String, topicArn: String, messageAttributes: Map[String, SnsMessageAttribute], signatureVersion: String, timestamp: Instant, signingCertUrl: String, message: String, unsubscribeUrl: String, subject: Option[String])
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product