Class: Aws::S3::Types::SelectObjectContentEventStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::S3::Types::SelectObjectContentEventStream
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
EventStream is an Enumerator of Events.
#event_types #=> Array, returns all modeled event types in the stream
Instance Method Summary collapse
Instance Method Details
#event_types ⇒ Object
10141 10142 10143 10144 10145 10146 10147 10148 10149 |
# File 'lib/aws-sdk-s3/types.rb', line 10141 def event_types [ :records, :stats, :progress, :cont, :end ] end |