Class: Aws::Pinpoint::Types::PutEventStreamResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#event_streamTypes::EventStream

Model for an event publishing subscription export.

Returns:



7231
7232
7233
7234
# File 'lib/aws-sdk-pinpoint/types.rb', line 7231

class PutEventStreamResponse < Struct.new(
  :event_stream)
  include Aws::Structure
end