Struct rusoto_dynamodbstreams::Shard[][src]

pub struct Shard {
    pub parent_shard_id: Option<String>,
    pub sequence_number_range: Option<SequenceNumberRange>,
    pub shard_id: Option<String>,
}

A uniquely identified group of stream records within a stream.

Fields

The shard ID of the current shard's parent.

The range of possible sequence numbers for the shard.

The system-generated identifier for this shard.

Trait Implementations

impl Default for Shard
[src]

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

impl Debug for Shard
[src]

Formats the value using the given formatter. Read more

impl Clone for Shard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Shard
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Shard

impl Sync for Shard