Class: Aws::Pinpoint::Types::GetEventStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetEventStreamResponse
- 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.
2753 2754 2755 2756 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2753 class GetEventStreamResponse < Struct.new( :event_stream) include Aws::Structure end |