#[non_exhaustive]pub struct DescribeTableReplicaAutoScalingInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTableReplicaAutoScalingInput
.
sourceimpl DescribeTableReplicaAutoScalingInput
impl DescribeTableReplicaAutoScalingInput
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table.
Trait Implementations
sourceimpl Clone for DescribeTableReplicaAutoScalingInput
impl Clone for DescribeTableReplicaAutoScalingInput
sourcefn clone(&self) -> DescribeTableReplicaAutoScalingInput
fn clone(&self) -> DescribeTableReplicaAutoScalingInput
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 PartialEq<DescribeTableReplicaAutoScalingInput> for DescribeTableReplicaAutoScalingInput
impl PartialEq<DescribeTableReplicaAutoScalingInput> for DescribeTableReplicaAutoScalingInput
sourcefn eq(&self, other: &DescribeTableReplicaAutoScalingInput) -> bool
fn eq(&self, other: &DescribeTableReplicaAutoScalingInput) -> bool
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
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