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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

User send message response.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique ID of the Amazon Pinpoint project used to send the message.

Returns:

  • (String)


8796
8797
8798
8799
8800
8801
# File 'lib/aws-sdk-pinpoint/types.rb', line 8796

class SendUsersMessageResponse < Struct.new(
  :application_id,
  :request_id,
  :result)
  include Aws::Structure
end

#request_idString

The unique ID assigned to the users-messages request.

Returns:

  • (String)


8796
8797
8798
8799
8800
8801
# File 'lib/aws-sdk-pinpoint/types.rb', line 8796

class SendUsersMessageResponse < Struct.new(
  :application_id,
  :request_id,
  :result)
  include Aws::Structure
end

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

An object that shows the endpoints that were messaged for each user. The object provides a list of user IDs. For each user ID, it provides the endpoint IDs that were messaged. For each endpoint ID, it provides an EndpointMessageResult object.

Returns:



8796
8797
8798
8799
8800
8801
# File 'lib/aws-sdk-pinpoint/types.rb', line 8796

class SendUsersMessageResponse < Struct.new(
  :application_id,
  :request_id,
  :result)
  include Aws::Structure
end