describe_table_replica_auto_scaling¶
Operation¶
describe_table_replica_auto_scaling
async
¶
describe_table_replica_auto_scaling(input: DescribeTableReplicaAutoScalingInput, plugins: list[Plugin] | None = None) -> DescribeTableReplicaAutoScalingOutput
Describes auto scaling settings across replicas of the global table at once.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DescribeTableReplicaAutoScalingInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DescribeTableReplicaAutoScalingOutput
|
An instance of |
Input¶
DescribeTableReplicaAutoScalingInput
dataclass
¶
Output¶
DescribeTableReplicaAutoScalingOutput
dataclass
¶
Dataclass for DescribeTableReplicaAutoScalingOutput structure.
Attributes¶
table_auto_scaling_description
class-attribute
instance-attribute
¶
table_auto_scaling_description: TableAutoScalingDescription | None = None
Represents the auto scaling properties of the table.