Struct rusoto_kinesis::PutRecordOutput [] [src]

pub struct PutRecordOutput {
    pub sequence_number: SequenceNumber,
    pub shard_id: ShardId,
}

Represents the output for PutRecord.

Fields

The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

The shard ID of the shard where the data record was placed.

Trait Implementations

impl Default for PutRecordOutput
[src]

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

impl Debug for PutRecordOutput
[src]

Formats the value using the given formatter.

impl Clone for PutRecordOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more