Struct rusoto_firehose::PutRecordBatchInput [] [src]

pub struct PutRecordBatchInput {
    pub delivery_stream_name: String,
    pub records: Vec<Record>,
}

Fields

The name of the delivery stream.

One or more records.

Trait Implementations

impl Default for PutRecordBatchInput
[src]

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

impl Debug for PutRecordBatchInput
[src]

Formats the value using the given formatter.

impl Clone for PutRecordBatchInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more