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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#event_streamTypes::EventStream

Model for an event publishing subscription export.

Returns:



5579
5580
5581
5582
# File 'lib/aws-sdk-pinpoint/types.rb', line 5579

class GetEventStreamResponse < Struct.new(
  :event_stream)
  include Aws::Structure
end