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]

[src]

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

impl Debug for Shard
[src]

[src]

Formats the value using the given formatter.

impl Clone for Shard
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more