Struct aws_sdk_dynamodb::input::DescribeTimeToLiveInput
source · [−]#[non_exhaustive]pub struct DescribeTimeToLiveInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTimeToLiveInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DescribeTimeToLiveInput
impl Clone for DescribeTimeToLiveInput
sourcefn clone(&self) -> DescribeTimeToLiveInput
fn clone(&self) -> DescribeTimeToLiveInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeTimeToLiveInput
impl Debug for DescribeTimeToLiveInput
sourceimpl PartialEq<DescribeTimeToLiveInput> for DescribeTimeToLiveInput
impl PartialEq<DescribeTimeToLiveInput> for DescribeTimeToLiveInput
sourcefn eq(&self, other: &DescribeTimeToLiveInput) -> bool
fn eq(&self, other: &DescribeTimeToLiveInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more