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