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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_streamTypes::EventStream

Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.

Returns:



10206
10207
10208
10209
10210
# File 'lib/aws-sdk-pinpoint/types.rb', line 10206

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