Class: Aws::Pinpoint::Types::SendUsersMessagesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


11626
11627
11628
11629
11630
11631
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11626

class SendUsersMessagesRequest < Struct.new(
  :application_id,
  :send_users_message_request)
  SENSITIVE = []
  include Aws::Structure
end

#send_users_message_requestTypes::SendUsersMessageRequest

Specifies the configuration and other settings for a message to send to all the endpoints that are associated with a list of users.



11626
11627
11628
11629
11630
11631
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11626

class SendUsersMessagesRequest < Struct.new(
  :application_id,
  :send_users_message_request)
  SENSITIVE = []
  include Aws::Structure
end