Class: Aws::Pinpoint::Types::MessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::MessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Send message response.
Instance Attribute Summary collapse
-
#application_id ⇒ String
Application id of the message.
-
#request_id ⇒ String
Original request Id for which this message was delivered.
-
#result ⇒ Hash<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.
Instance Attribute Details
#application_id ⇒ String
Application id of the message.
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_id ⇒ String
Original request Id for which this message was delivered.
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 |
#result ⇒ Hash<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.
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 |