AWSDynamoDBDescribeKinesisStreamingDestinationInput
Objective-C
@interface AWSDynamoDBDescribeKinesisStreamingDestinationInput
Swift
class AWSDynamoDBDescribeKinesisStreamingDestinationInput
-
The name of the table being described.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tableName;
Swift
var tableName: String? { get set }