#[non_exhaustive]pub struct GetShardIteratorOutput { /* private fields */ }
Expand description
Represents the output of a GetShardIterator
operation.
Implementations§
source§impl 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.
source§impl GetShardIteratorOutput
impl GetShardIteratorOutput
sourcepub fn builder() -> GetShardIteratorOutputBuilder
pub fn builder() -> GetShardIteratorOutputBuilder
Creates a new builder-style object to manufacture GetShardIteratorOutput
.
Trait Implementations§
source§impl Clone for GetShardIteratorOutput
impl Clone for GetShardIteratorOutput
source§fn clone(&self) -> GetShardIteratorOutput
fn clone(&self) -> GetShardIteratorOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetShardIteratorOutput
impl Debug for GetShardIteratorOutput
source§impl PartialEq<GetShardIteratorOutput> for GetShardIteratorOutput
impl PartialEq<GetShardIteratorOutput> for GetShardIteratorOutput
source§fn eq(&self, other: &GetShardIteratorOutput) -> bool
fn eq(&self, other: &GetShardIteratorOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetShardIteratorOutput
impl RequestId for GetShardIteratorOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.