Class: Aws::Pinpoint::Types::SendMessagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SendMessagesResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_response ⇒ Types::MessageResponse
Provides information about the results of a request to send a message to an endpoint address.
Instance Attribute Details
#message_response ⇒ Types::MessageResponse
Provides information about the results of a request to send a message to an endpoint address.
11434 11435 11436 11437 11438 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11434 class SendMessagesResponse < Struct.new( :message_response) SENSITIVE = [] include Aws::Structure end |