Class: Aws::Pinpoint::Types::PutEventsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#events_responseTypes::EventsResponse

Provides information about endpoints and the events that they’re associated with.



12086
12087
12088
12089
# File 'lib/aws-sdk-pinpoint/types.rb', line 12086

class PutEventsResponse < Struct.new(
  :events_response)
  include Aws::Structure
end