Class: Aws::Pinpoint::Types::SendUsersMessagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SendUsersMessagesRequest
- Includes:
- Structure
- Defined in:
- 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
11625 11626 11627 11628 11629 11630 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11625 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.
11625 11626 11627 11628 11629 11630 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11625 class SendUsersMessagesRequest < Struct.new( :application_id, :send_users_message_request) SENSITIVE = [] include Aws::Structure end |