SendMessageRequest

public struct SendMessageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Swift

    public let clientToken: String?
  • The authentication token associated with the connection.

    Declaration

    Swift

    public let connectionToken: String
  • The content of the message.

    Declaration

    Swift

    public let content: String
  • The type of the content. Supported types are text/plain.

    Declaration

    Swift

    public let contentType: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = SendMessageRequest.idempotencyToken(), connectionToken: String, content: String, contentType: String)
  • Declaration

    Swift

    public func validate(name: String) throws