Class: Aws::S3::Types::RecordsEvent

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



8145
8146
8147
# File 'lib/aws-sdk-s3/types.rb', line 8145

def event_type
  @event_type
end

#payloadString

The byte array of partial, one or more result records.

Returns:

  • (String)


8145
8146
8147
8148
8149
# File 'lib/aws-sdk-s3/types.rb', line 8145

class RecordsEvent < Struct.new(
  :payload,
  :event_type)
  include Aws::Structure
end