Struct aws_sdk_dynamodbstreams::model::SequenceNumberRange [−][src]
#[non_exhaustive]pub struct SequenceNumberRange {
pub starting_sequence_number: Option<String>,
pub ending_sequence_number: Option<String>,
}
Expand description
The beginning and ending sequence numbers for the stream records contained within a shard.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.starting_sequence_number: Option<String>
The first sequence number for the stream records contained within a shard. String contains numeric characters only.
ending_sequence_number: Option<String>
The last sequence number for the stream records contained within a shard. String contains numeric characters only.
Implementations
The first sequence number for the stream records contained within a shard. String contains numeric characters only.
The last sequence number for the stream records contained within a shard. String contains numeric characters only.
Creates a new builder-style object to manufacture SequenceNumberRange
Trait Implementations
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 RefUnwindSafe for SequenceNumberRange
impl Send for SequenceNumberRange
impl Sync for SequenceNumberRange
impl Unpin for SequenceNumberRange
impl UnwindSafe for SequenceNumberRange
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more