You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::SendUsersMessageResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

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

Returns:

  • (String)

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

#request_idString

The unique identifier that was assigned to the message request.

Returns:

  • (String)

    The unique identifier that was assigned to the message request.

#resultHash<String,Hash<String,Types::EndpointMessageResult>>

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.

Returns:

  • (Hash<String,Hash<String,Types::EndpointMessageResult>>)

    An object that indicates which endpoints the message was sent to, for each user.