Class DescribeTableReplicaAutoScalingResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the DescribeTableReplicaAutoScaling operation.
public class DescribeTableReplicaAutoScalingResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeTableReplicaAutoScalingResponse
Constructors
DescribeTableReplicaAutoScalingResponse()
public DescribeTableReplicaAutoScalingResponse()
Properties
TableAutoScalingDescription
Gets and sets the property TableAutoScalingDescription.
Represents the auto scaling properties of the table.
public TableAutoScalingDescription TableAutoScalingDescription { get; set; }