Class: Aws::Pinpoint::Types::SendUsersMessagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SendUsersMessagesRequest
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
-
#send_users_message_request ⇒ Types::SendUsersMessageRequest
Specifies the configuration and other settings for a message to send to all the endpoints that are associated with a list of users.
Instance Attribute Details
#application_id ⇒ String
11078 11079 11080 11081 11082 11083 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11078 class SendUsersMessagesRequest < Struct.new( :application_id, :send_users_message_request) SENSITIVE = [] include Aws::Structure end |
#send_users_message_request ⇒ Types::SendUsersMessageRequest
Specifies the configuration and other settings for a message to send to all the endpoints that are associated with a list of users.
11078 11079 11080 11081 11082 11083 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11078 class SendUsersMessagesRequest < Struct.new( :application_id, :send_users_message_request) SENSITIVE = [] include Aws::Structure end |