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

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

Overview

The container for the records event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



14707
14708
14709
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14707

def event_type
  @event_type
end

#payloadString

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

Returns:

  • (String)


14707
14708
14709
14710
14711
14712
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14707

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