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)


6850
6851
6852
6853
6854
6855
6856
# File 'lib/aws-sdk-pinpoint/types.rb', line 6850

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

#endpoint_resultHash<String,Types::EndpointMessageResult>

A map containing a multi part response for each address, with the endpointId as the key and the result as the value.

Returns:



6850
6851
6852
6853
6854
6855
6856
# File 'lib/aws-sdk-pinpoint/types.rb', line 6850

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

#request_idString

Original request Id for which this message was delivered.

Returns:

  • (String)


6850
6851
6852
6853
6854
6855
6856
# File 'lib/aws-sdk-pinpoint/types.rb', line 6850

class MessageResponse < Struct.new(
  :application_id,
  :endpoint_result,
  :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:



6850
6851
6852
6853
6854
6855
6856
# File 'lib/aws-sdk-pinpoint/types.rb', line 6850

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