#[non_exhaustive]pub struct GetShardIteratorOutput { /* private fields */ }
Expand description
Represents the output of a GetShardIterator
operation.
Implementations
sourceimpl GetShardIteratorOutput
impl GetShardIteratorOutput
sourcepub fn shard_iterator(&self) -> Option<&str>
pub fn shard_iterator(&self) -> Option<&str>
The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
sourceimpl GetShardIteratorOutput
impl GetShardIteratorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetShardIteratorOutput
.
Trait Implementations
sourceimpl Clone for GetShardIteratorOutput
impl Clone for GetShardIteratorOutput
sourcefn clone(&self) -> GetShardIteratorOutput
fn clone(&self) -> GetShardIteratorOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetShardIteratorOutput
impl Debug for GetShardIteratorOutput
sourceimpl PartialEq<GetShardIteratorOutput> for GetShardIteratorOutput
impl PartialEq<GetShardIteratorOutput> for GetShardIteratorOutput
sourcefn eq(&self, other: &GetShardIteratorOutput) -> bool
fn eq(&self, other: &GetShardIteratorOutput) -> bool
impl StructuralPartialEq for GetShardIteratorOutput
Auto Trait Implementations
impl RefUnwindSafe for GetShardIteratorOutput
impl Send for GetShardIteratorOutput
impl Sync for GetShardIteratorOutput
impl Unpin for GetShardIteratorOutput
impl UnwindSafe for GetShardIteratorOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more