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.



5417
5418
5419
5420
5421
5422
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5417

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:



5417
5418
5419
5420
5421
5422
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5417

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