AWSDynamoDBDescribeTableOutput
Objective-C
@interface AWSDynamoDBDescribeTableOutput
Swift
class AWSDynamoDBDescribeTableOutput
Represents the output of a DescribeTable
operation.
-
The properties of the table.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBTableDescription *_Nullable table;
Swift
var table: AWSDynamoDBTableDescription? { get set }