Struct rusoto_kinesis::PutRecordsOutput [] [src]

pub struct PutRecordsOutput {
    pub failed_record_count: Option<i64>,
    pub records: Vec<PutRecordsResultEntry>,
}

PutRecords results.

Fields

The number of unsuccessfully processed records in a PutRecords request.

An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

Trait Implementations

impl Default for PutRecordsOutput
[src]

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

impl Debug for PutRecordsOutput
[src]

Formats the value using the given formatter.

impl Clone for PutRecordsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more