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

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

Overview

User send message response.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Application id of the message.

Returns:

  • (String)


6688
6689
6690
6691
6692
6693
# File 'lib/aws-sdk-pinpoint/types.rb', line 6688

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

#request_idString

Original request Id for which this message was delivered.

Returns:

  • (String)


6688
6689
6690
6691
6692
6693
# File 'lib/aws-sdk-pinpoint/types.rb', line 6688

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

#resultHash<String,Hash<String,Types::EndpointMessageResult>>

A map containing of UserId to Map of EndpointId to Endpoint Message Result.

Returns:



6688
6689
6690
6691
6692
6693
# File 'lib/aws-sdk-pinpoint/types.rb', line 6688

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