Class: Aws::Pinpoint::Types::DeleteEventStreamResponse

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:



2885
2886
2887
2888
# File 'lib/aws-sdk-pinpoint/types.rb', line 2885

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