You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Record as input to an Aws::Client method, you can use a vanilla Hash:

{
  data: "data", # required
}

The unit of data in a delivery stream.

Returned by:

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)

    The data blob, which is base64-encoded when the blob is serialized.