AWSDynamoDBDescribeTableReplicaAutoScalingOutput
Objective-C
@interface AWSDynamoDBDescribeTableReplicaAutoScalingOutput
Swift
class AWSDynamoDBDescribeTableReplicaAutoScalingOutput
-
Represents the auto scaling properties of the table.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBTableAutoScalingDescription *_Nullable tableAutoScalingDescription;
Swift
var tableAutoScalingDescription: AWSDynamoDBTableAutoScalingDescription? { get set }