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

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



10137
10138
10139
10140
10141
10142
10143
10144
10145
# File 'lib/aws-sdk-s3/types.rb', line 10137

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