Class: Aws::Pinpoint::Types::SendUsersMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SendUsersMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about which users and endpoints a message was sent to.
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application that was used to send the message.
-
#request_id ⇒ String
The unique identifier that was assigned to the message request.
-
#result ⇒ Hash<String,Hash<String,Types::EndpointMessageResult>>
An object that indicates which endpoints the message was sent to, for each user.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that was used to send the message.
14074 14075 14076 14077 14078 14079 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 14074 class SendUsersMessageResponse < Struct.new( :application_id, :request_id, :result) include Aws::Structure end |
#request_id ⇒ String
The unique identifier that was assigned to the message request.
14074 14075 14076 14077 14078 14079 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 14074 class SendUsersMessageResponse < Struct.new( :application_id, :request_id, :result) include Aws::Structure end |
#result ⇒ Hash<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.
14074 14075 14076 14077 14078 14079 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 14074 class SendUsersMessageResponse < Struct.new( :application_id, :request_id, :result) include Aws::Structure end |