Struct aws_sdk_dynamodbstreams::input::GetRecordsInput
source · [−]#[non_exhaustive]pub struct GetRecordsInput { /* private fields */ }
Expand description
Represents the input of a GetRecords
operation.
Implementations
sourceimpl GetRecordsInput
impl GetRecordsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRecords, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRecords, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRecords
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRecordsInput
.
sourceimpl GetRecordsInput
impl GetRecordsInput
sourcepub fn shard_iterator(&self) -> Option<&str>
pub fn shard_iterator(&self) -> Option<&str>
A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
Trait Implementations
sourceimpl Clone for GetRecordsInput
impl Clone for GetRecordsInput
sourcefn clone(&self) -> GetRecordsInput
fn clone(&self) -> GetRecordsInput
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 GetRecordsInput
impl Debug for GetRecordsInput
sourceimpl PartialEq<GetRecordsInput> for GetRecordsInput
impl PartialEq<GetRecordsInput> for GetRecordsInput
sourcefn eq(&self, other: &GetRecordsInput) -> bool
fn eq(&self, other: &GetRecordsInput) -> bool
impl StructuralPartialEq for GetRecordsInput
Auto Trait Implementations
impl RefUnwindSafe for GetRecordsInput
impl Send for GetRecordsInput
impl Sync for GetRecordsInput
impl Unpin for GetRecordsInput
impl UnwindSafe for GetRecordsInput
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