Struct aws_sdk_dynamodbstreams::input::GetRecordsInput
source · #[non_exhaustive]pub struct GetRecordsInput { /* private fields */ }
Expand description
Represents the input of a GetRecords
operation.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for GetRecordsInput
impl Clone for GetRecordsInput
source§fn clone(&self) -> GetRecordsInput
fn clone(&self) -> GetRecordsInput
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 GetRecordsInput
impl Debug for GetRecordsInput
source§impl PartialEq<GetRecordsInput> for GetRecordsInput
impl PartialEq<GetRecordsInput> for GetRecordsInput
source§fn eq(&self, other: &GetRecordsInput) -> bool
fn eq(&self, other: &GetRecordsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.