[][src]Struct rusoto_dynamodb::ListGlobalTablesInput

pub struct ListGlobalTablesInput {
    pub exclusive_start_global_table_name: Option<String>,
    pub limit: Option<i64>,
    pub region_name: Option<String>,
}

Fields

exclusive_start_global_table_name: Option<String>

The first global table name that this operation will evaluate.

limit: Option<i64>

The maximum number of table names to return.

region_name: Option<String>

Lists the global tables in a specific region.

Trait Implementations

impl PartialEq<ListGlobalTablesInput> for ListGlobalTablesInput[src]

impl Default for ListGlobalTablesInput[src]

impl Clone for ListGlobalTablesInput[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ListGlobalTablesInput[src]

impl Serialize for ListGlobalTablesInput[src]

Auto Trait Implementations

impl Send for ListGlobalTablesInput

impl Sync for ListGlobalTablesInput

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self