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]

[src]

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

impl Debug for PutRecordBatchInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PutRecordBatchInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations