Class: Aws::Pinpoint::Types::PutEventStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::PutEventStreamResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#event_stream ⇒ Types::EventStream
Model for an event publishing subscription export.
Instance Attribute Details
#event_stream ⇒ Types::EventStream
Model for an event publishing subscription export.
3646 3647 3648 3649 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3646 class PutEventStreamResponse < Struct.new( :event_stream) include Aws::Structure end |