Class: Aws::Pinpoint::Types::GetEventStreamResponse

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:



6610
6611
6612
6613
6614
# File 'lib/aws-sdk-pinpoint/types.rb', line 6610

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