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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

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

Returns:

  • (String)


11584
11585
11586
11587
11588
11589
11590
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11584

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

#request_idString

The unique identifier that was assigned to the message request.

Returns:

  • (String)


11584
11585
11586
11587
11588
11589
11590
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11584

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

#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:



11584
11585
11586
11587
11588
11589
11590
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11584

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