Struct aws_sdk_dynamodb::input::ListTablesInput
source · #[non_exhaustive]pub struct ListTablesInput { /* private fields */ }
Expand description
Represents the input of a ListTables
operation.
Implementations§
source§impl ListTablesInput
impl ListTablesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTables, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTables, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListTables
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTablesInput
.
source§impl ListTablesInput
impl ListTablesInput
sourcepub fn exclusive_start_table_name(&self) -> Option<&str>
pub fn exclusive_start_table_name(&self) -> Option<&str>
The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName
in a previous operation, so that you can obtain the next page of results.
Trait Implementations§
source§impl Clone for ListTablesInput
impl Clone for ListTablesInput
source§fn clone(&self) -> ListTablesInput
fn clone(&self) -> ListTablesInput
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 ListTablesInput
impl Debug for ListTablesInput
source§impl PartialEq<ListTablesInput> for ListTablesInput
impl PartialEq<ListTablesInput> for ListTablesInput
source§fn eq(&self, other: &ListTablesInput) -> bool
fn eq(&self, other: &ListTablesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.