Struct aws_sdk_dynamodb::operation::describe_table_replica_auto_scaling::DescribeTableReplicaAutoScalingOutput
source · #[non_exhaustive]pub struct DescribeTableReplicaAutoScalingOutput { /* private fields */ }
Implementations§
source§impl DescribeTableReplicaAutoScalingOutput
impl DescribeTableReplicaAutoScalingOutput
sourcepub fn table_auto_scaling_description(
&self
) -> Option<&TableAutoScalingDescription>
pub fn table_auto_scaling_description( &self ) -> Option<&TableAutoScalingDescription>
Represents the auto scaling properties of the table.
source§impl DescribeTableReplicaAutoScalingOutput
impl DescribeTableReplicaAutoScalingOutput
sourcepub fn builder() -> DescribeTableReplicaAutoScalingOutputBuilder
pub fn builder() -> DescribeTableReplicaAutoScalingOutputBuilder
Creates a new builder-style object to manufacture DescribeTableReplicaAutoScalingOutput
.
Trait Implementations§
source§impl Clone for DescribeTableReplicaAutoScalingOutput
impl Clone for DescribeTableReplicaAutoScalingOutput
source§fn clone(&self) -> DescribeTableReplicaAutoScalingOutput
fn clone(&self) -> DescribeTableReplicaAutoScalingOutput
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<DescribeTableReplicaAutoScalingOutput> for DescribeTableReplicaAutoScalingOutput
impl PartialEq<DescribeTableReplicaAutoScalingOutput> for DescribeTableReplicaAutoScalingOutput
source§fn eq(&self, other: &DescribeTableReplicaAutoScalingOutput) -> bool
fn eq(&self, other: &DescribeTableReplicaAutoScalingOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeTableReplicaAutoScalingOutput
impl RequestId for DescribeTableReplicaAutoScalingOutput
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.