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

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

#message_responseTypes::MessageResponse

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



11411
11412
11413
11414
11415
# File 'lib/aws-sdk-pinpoint/types.rb', line 11411

class SendMessagesResponse < Struct.new(
  :message_response)
  SENSITIVE = []
  include Aws::Structure
end