Struct rusoto_firehose::Record [] [src]

pub struct Record {
    pub data: Vec<u8>,
}

The unit of data in a delivery stream.

Fields

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 KB.

Trait Implementations

impl Default for Record
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Record
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Record
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Record

impl Sync for Record