Class UpdateTableReplicaAutoScalingResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the UpdateTableReplicaAutoScaling operation.
public class UpdateTableReplicaAutoScalingResponse : AmazonWebServiceResponse
- Inheritance
-
UpdateTableReplicaAutoScalingResponse
Constructors
UpdateTableReplicaAutoScalingResponse()
public UpdateTableReplicaAutoScalingResponse()
Properties
TableAutoScalingDescription
Gets and sets the property TableAutoScalingDescription.
Returns information about the auto scaling settings of a table with replicas.
public TableAutoScalingDescription TableAutoScalingDescription { get; set; }