Class: Aws::Pinpoint::Types::DeleteEventStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteEventStreamResponse
- 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.
1327 1328 1329 1330 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1327 class DeleteEventStreamResponse < Struct.new( :event_stream) include Aws::Structure end |