Class: Aws::Pinpoint::Types::PutEventStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::PutEventStreamResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_stream ⇒ Types::EventStream
Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.
Instance Attribute Details
#event_stream ⇒ Types::EventStream
Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.
10229 10230 10231 10232 10233 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 10229 class PutEventStreamResponse < Struct.new( :event_stream) SENSITIVE = [] include Aws::Structure end |