Struct rusoto_dynamodb::DescribeTimeToLiveOutput [] [src]

pub struct DescribeTimeToLiveOutput {
    pub time_to_live_description: Option<TimeToLiveDescription>,
}

Fields

Trait Implementations

impl Default for DescribeTimeToLiveOutput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeTimeToLiveOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeTimeToLiveOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more