Class: Aws::Pinpoint::Types::EventsBatch

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

Overview

Specifies a batch of endpoints and events to process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointTypes::PublicEndpoint

A set of properties and attributes that are associated with the endpoint.



5451
5452
5453
5454
5455
5456
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5451

class EventsBatch < Struct.new(
  :endpoint,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#eventsHash<String,Types::Event>

A set of properties that are associated with the event.

Returns:



5451
5452
5453
5454
5455
5456
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5451

class EventsBatch < Struct.new(
  :endpoint,
  :events)
  SENSITIVE = []
  include Aws::Structure
end