#[non_exhaustive]pub struct DescribeTimeToLiveOutput { /* private fields */ }
Implementations§
source§impl DescribeTimeToLiveOutput
impl DescribeTimeToLiveOutput
sourcepub fn time_to_live_description(&self) -> Option<&TimeToLiveDescription>
pub fn time_to_live_description(&self) -> Option<&TimeToLiveDescription>
source§impl DescribeTimeToLiveOutput
impl DescribeTimeToLiveOutput
sourcepub fn builder() -> DescribeTimeToLiveOutputBuilder
pub fn builder() -> DescribeTimeToLiveOutputBuilder
Creates a new builder-style object to manufacture DescribeTimeToLiveOutput
.
Trait Implementations§
source§impl Clone for DescribeTimeToLiveOutput
impl Clone for DescribeTimeToLiveOutput
source§fn clone(&self) -> DescribeTimeToLiveOutput
fn clone(&self) -> DescribeTimeToLiveOutput
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 DescribeTimeToLiveOutput
impl Debug for DescribeTimeToLiveOutput
source§impl PartialEq<DescribeTimeToLiveOutput> for DescribeTimeToLiveOutput
impl PartialEq<DescribeTimeToLiveOutput> for DescribeTimeToLiveOutput
source§fn eq(&self, other: &DescribeTimeToLiveOutput) -> bool
fn eq(&self, other: &DescribeTimeToLiveOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeTimeToLiveOutput
impl RequestId for DescribeTimeToLiveOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.