pub struct DescribeTimeToLiveOutput {
pub time_to_live_description: Option<TimeToLiveDescription>,
}Expand description
Output for the DescribeTimeToLive operation.
Fields§
§time_to_live_description: Option<TimeToLiveDescription>The current TTL description for the table.
Trait Implementations§
Source§impl Clone for DescribeTimeToLiveOutput
impl Clone for DescribeTimeToLiveOutput
Source§fn clone(&self) -> DescribeTimeToLiveOutput
fn clone(&self) -> DescribeTimeToLiveOutput
Returns a duplicate 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 DescribeTimeToLiveOutput
impl Debug for DescribeTimeToLiveOutput
Source§impl Default for DescribeTimeToLiveOutput
impl Default for DescribeTimeToLiveOutput
Source§fn default() -> DescribeTimeToLiveOutput
fn default() -> DescribeTimeToLiveOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeTimeToLiveOutput
impl<'de> Deserialize<'de> for DescribeTimeToLiveOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DescribeTimeToLiveOutput
impl RefUnwindSafe for DescribeTimeToLiveOutput
impl Send for DescribeTimeToLiveOutput
impl Sync for DescribeTimeToLiveOutput
impl Unpin for DescribeTimeToLiveOutput
impl UnsafeUnpin for DescribeTimeToLiveOutput
impl UnwindSafe for DescribeTimeToLiveOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more