Class: Aws::Pinpoint::Types::MessageResponse

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

Overview

Send message response.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Application id of the message.

Returns:

  • (String)


3584
3585
3586
3587
3588
3589
# File 'lib/aws-sdk-pinpoint/types.rb', line 3584

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

#request_idString

Original request Id for which this message was delivered.

Returns:

  • (String)


3584
3585
3586
3587
3588
3589
# File 'lib/aws-sdk-pinpoint/types.rb', line 3584

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

#resultHash<String,Types::MessageResult>

A map containing a multi part response for each address, with the address as the key(Email address, phone number or push token) and the result as the value.

Returns:



3584
3585
3586
3587
3588
3589
# File 'lib/aws-sdk-pinpoint/types.rb', line 3584

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