class Aws::S3::Types::SelectObjectContentEventStream

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

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/SelectObjectContentEventStream AWS API Documentation

Public Instance Methods

event_types() click to toggle source
# File lib/aws-sdk-s3/types.rb, line 15703
def event_types
  [
    :records,
    :stats,
    :progress,
    :cont,
    :end
  ]
end