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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


11602
11603
11604
11605
11606
11607
# File 'lib/aws-sdk-pinpoint/types.rb', line 11602

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.



11602
11603
11604
11605
11606
11607
# File 'lib/aws-sdk-pinpoint/types.rb', line 11602

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