#[non_exhaustive]pub struct DescribeTimeToLiveInput { /* private fields */ }
Implementations§
source§impl DescribeTimeToLiveInput
impl DescribeTimeToLiveInput
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table to be described.
source§impl DescribeTimeToLiveInput
impl DescribeTimeToLiveInput
sourcepub fn builder() -> DescribeTimeToLiveInputBuilder
pub fn builder() -> DescribeTimeToLiveInputBuilder
Creates a new builder-style object to manufacture DescribeTimeToLiveInput
.
source§impl DescribeTimeToLiveInput
impl DescribeTimeToLiveInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTimeToLive, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeTimeToLive, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeTimeToLive
>
Trait Implementations§
source§impl Clone for DescribeTimeToLiveInput
impl Clone for DescribeTimeToLiveInput
source§fn clone(&self) -> DescribeTimeToLiveInput
fn clone(&self) -> DescribeTimeToLiveInput
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 DescribeTimeToLiveInput
impl Debug for DescribeTimeToLiveInput
source§impl PartialEq<DescribeTimeToLiveInput> for DescribeTimeToLiveInput
impl PartialEq<DescribeTimeToLiveInput> for DescribeTimeToLiveInput
source§fn eq(&self, other: &DescribeTimeToLiveInput) -> bool
fn eq(&self, other: &DescribeTimeToLiveInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeTimeToLiveInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeTimeToLiveInput
impl Send for DescribeTimeToLiveInput
impl Sync for DescribeTimeToLiveInput
impl Unpin for DescribeTimeToLiveInput
impl UnwindSafe for DescribeTimeToLiveInput
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