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

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

Overview

Provides information about the results of a request to send a message to an endpoint address.

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)


9477
9478
9479
9480
9481
9482
9483
9484
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9477

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

#endpoint_resultHash<String,Types::EndpointMessageResult>

A map that contains a multipart response for each address that the message was sent to. In the map, the endpoint ID is the key and the result is the value.

Returns:



9477
9478
9479
9480
9481
9482
9483
9484
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9477

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

#request_idString

The identifier for the original request that the message was delivered for.

Returns:

  • (String)


9477
9478
9479
9480
9481
9482
9483
9484
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9477

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

#resultHash<String,Types::MessageResult>

A map that contains a multipart response for each address (email address, phone number, or push notification token) that the message was sent to. In the map, the address is the key and the result is the value.

Returns:



9477
9478
9479
9480
9481
9482
9483
9484
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9477

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