Class: Aws::Pinpoint::Types::ItemResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::ItemResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Provides information about the results of a request to create or update an endpoint that’s associated with an event.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint_item_response  ⇒ Types::EndpointItemResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The response that was received after the endpoint data was accepted.
 - 
  
    
      #events_item_response  ⇒ Hash<String,Types::EventItemResponse> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A multipart response object that contains a key and a value for each event in the request.
 
Instance Attribute Details
#endpoint_item_response ⇒ Types::EndpointItemResponse
The response that was received after the endpoint data was accepted.
      8220 8221 8222 8223 8224 8225  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 8220 class ItemResponse < Struct.new( :endpoint_item_response, :events_item_response) SENSITIVE = [] include Aws::Structure end  | 
  
#events_item_response ⇒ Hash<String,Types::EventItemResponse>
A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.
      8220 8221 8222 8223 8224 8225  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 8220 class ItemResponse < Struct.new( :endpoint_item_response, :events_item_response) SENSITIVE = [] include Aws::Structure end  |