AWSDynamoDBUpdateTableReplicaAutoScalingOutput
Objective-C
@interface AWSDynamoDBUpdateTableReplicaAutoScalingOutput
Swift
class AWSDynamoDBUpdateTableReplicaAutoScalingOutput
-
Returns information about the auto scaling settings of a table with replicas.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBTableAutoScalingDescription *_Nullable tableAutoScalingDescription;
Swift
var tableAutoScalingDescription: AWSDynamoDBTableAutoScalingDescription? { get set }