Class: Aws::Pinpoint::Types::SendMessagesResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#message_responseTypes::MessageResponse

Provides information about the results of a request to send a message to an endpoint address.



13808
13809
13810
13811
# File 'lib/aws-sdk-pinpoint/types.rb', line 13808

class SendMessagesResponse < Struct.new(
  :message_response)
  include Aws::Structure
end