AWSDynamoDBDescribeKinesisStreamingDestinationOutput
Objective-C
@interface AWSDynamoDBDescribeKinesisStreamingDestinationOutput
Swift
class AWSDynamoDBDescribeKinesisStreamingDestinationOutput
-
The list of replica structures for the table being described.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBKinesisDataStreamDestination *> *_Nullable kinesisDataStreamDestinations;
Swift
var kinesisDataStreamDestinations: [AWSDynamoDBKinesisDataStreamDestination]? { get set }
-
The name of the table being described.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tableName;
Swift
var tableName: String? { get set }