Table of Contents

Class DescribeTableReplicaAutoScalingRequest

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Container for the parameters to the DescribeTableReplicaAutoScaling operation. Describes auto scaling settings across replicas of the global table at once.

note

This operation only applies to Version 2019.11.21 of global tables.

public class DescribeTableReplicaAutoScalingRequest : AmazonDynamoDBRequest
Inheritance
DescribeTableReplicaAutoScalingRequest

Constructors

DescribeTableReplicaAutoScalingRequest()

public DescribeTableReplicaAutoScalingRequest()

Properties

TableName

Gets and sets the property TableName.

The name of the table.

public string TableName { get; set; }

Property Value

string