[][src]Struct rusoto_dynamodb::UpdateTimeToLiveInput

pub struct UpdateTimeToLiveInput {
    pub table_name: String,
    pub time_to_live_specification: TimeToLiveSpecification,
}

Represents the input of an UpdateTimeToLive operation.

Fields

The name of the table to be configured.

Represents the settings used to enable or disable Time to Live for the specified table.

Trait Implementations

impl PartialEq<UpdateTimeToLiveInput> for UpdateTimeToLiveInput
[src]

impl Default for UpdateTimeToLiveInput
[src]

impl Clone for UpdateTimeToLiveInput
[src]

Performs copy-assignment from source. Read more

impl Debug for UpdateTimeToLiveInput
[src]

impl Serialize for UpdateTimeToLiveInput
[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From for T
[src]

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

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

🔬 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]

🔬 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> Same for T

Should always be Self

impl<T> Erased for T