#[non_exhaustive]pub struct UpdateTimeToLiveOutput { /* private fields */ }
Implementations§
source§impl UpdateTimeToLiveOutput
impl UpdateTimeToLiveOutput
sourcepub fn time_to_live_specification(&self) -> Option<&TimeToLiveSpecification>
pub fn time_to_live_specification(&self) -> Option<&TimeToLiveSpecification>
Represents the output of an UpdateTimeToLive
operation.
source§impl UpdateTimeToLiveOutput
impl UpdateTimeToLiveOutput
sourcepub fn builder() -> UpdateTimeToLiveOutputBuilder
pub fn builder() -> UpdateTimeToLiveOutputBuilder
Creates a new builder-style object to manufacture UpdateTimeToLiveOutput
.
Trait Implementations§
source§impl Clone for UpdateTimeToLiveOutput
impl Clone for UpdateTimeToLiveOutput
source§fn clone(&self) -> UpdateTimeToLiveOutput
fn clone(&self) -> UpdateTimeToLiveOutput
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 UpdateTimeToLiveOutput
impl Debug for UpdateTimeToLiveOutput
source§impl PartialEq<UpdateTimeToLiveOutput> for UpdateTimeToLiveOutput
impl PartialEq<UpdateTimeToLiveOutput> for UpdateTimeToLiveOutput
source§fn eq(&self, other: &UpdateTimeToLiveOutput) -> bool
fn eq(&self, other: &UpdateTimeToLiveOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateTimeToLiveOutput
impl RequestId for UpdateTimeToLiveOutput
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.