Class: Aws::Firehose::Types::Record

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

Overview

The unit of data in a delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The data blob, which is base64-encoded when the blob is serialized. The maximum size of the data blob, before base64-encoding, is 1,000 KiB.

Returns:

  • (String)


3225
3226
3227
3228
3229
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3225

class Record < Struct.new(
  :data)
  SENSITIVE = []
  include Aws::Structure
end