Class: Aws::S3::Types::SelectObjectContentEventStream

Inherits:
Enumerator
  • Object
show all
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_typesObject



19246
19247
19248
19249
19250
19251
19252
19253
19254
# File 'lib/aws-sdk-s3/types.rb', line 19246

def event_types
  [
    :records,
    :stats,
    :progress,
    :cont,
    :end
  ]
end