Class: Aws::Pinpoint::Types::SendMessagesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::SendMessagesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      11435 11436 11437 11438 11439  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 11435 class SendMessagesResponse < Struct.new( :message_response) SENSITIVE = [] include Aws::Structure end  |