Class: Aws::S3::Types::SelectObjectContentEventStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::S3::Types::SelectObjectContentEventStream
- Defined in:
- gems/aws-sdk-s3/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
19127 19128 19129 19130 19131 19132 19133 19134 19135 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 19127 def event_types [ :records, :stats, :progress, :cont, :end ] end |