Class: Aws::Pinpoint::Types::EventsBatch
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::EventsBatch
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Specifies a batch of endpoints and events to process.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint  ⇒ Types::PublicEndpoint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A set of properties and attributes that are associated with the endpoint.
 - 
  
    
      #events  ⇒ Hash<String,Types::Event> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A set of properties that are associated with the event.
 
Instance Attribute Details
#endpoint ⇒ Types::PublicEndpoint
A set of properties and attributes that are associated with the endpoint.
      5450 5451 5452 5453 5454 5455  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 5450 class EventsBatch < Struct.new( :endpoint, :events) SENSITIVE = [] include Aws::Structure end  | 
  
#events ⇒ Hash<String,Types::Event>
A set of properties that are associated with the event.
      5450 5451 5452 5453 5454 5455  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 5450 class EventsBatch < Struct.new( :endpoint, :events) SENSITIVE = [] include Aws::Structure end  |