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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#events_responseTypes::EventsResponse

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



10235
10236
10237
10238
10239
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10235

class PutEventsResponse < Struct.new(
  :events_response)
  SENSITIVE = []
  include Aws::Structure
end