AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides information about which users and endpoints a message was sent to.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.SendUsersMessageResponse

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class SendUsersMessageResponse

The SendUsersMessageResponse type exposes the following members

Constructors

NameDescription
Public Method SendUsersMessageResponse()

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The unique identifier for the application that was used to send the message.

Public Property RequestId System.String

Gets and sets the property RequestId.

The unique identifier that was assigned to the message request.

Public Property Result System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, Amazon.Pinpoint.Model.EndpointMessageResult>>

Gets and sets the property Result.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5