Class: Aws::S3::Types::SelectObjectContentEventStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::S3::Types::SelectObjectContentEventStream
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
The container for selecting objects from a content event stream.
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
14376 14377 14378 14379 14380 14381 14382 14383 14384 |
# File 'lib/aws-sdk-s3/types.rb', line 14376 def event_types [ :records, :stats, :progress, :cont, :end ] end |