SendUsersMessageResponse

public struct SendUsersMessageResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for the application that was used to send the message.

    Declaration

    Swift

    public let applicationId: String
  • The unique identifier that was assigned to the message request.

    Declaration

    Swift

    public let requestId: String?
  • An object that indicates which endpoints the message was sent to, for each user. The object lists user IDs and, for each user ID, provides the endpoint IDs that the message was sent to. For each endpoint ID, it provides an EndpointMessageResult object.

    Declaration

    Swift

    public let result: [String : [String : EndpointMessageResult]]?
  • Undocumented

    Declaration

    Swift

    public init(applicationId: String, requestId: String? = nil, result: [String : [String : EndpointMessageResult]]? = nil)