AWSDynamoDBListContributorInsightsOutput
Objective-C
@interface AWSDynamoDBListContributorInsightsOutput
Swift
class AWSDynamoDBListContributorInsightsOutput
-
A list of ContributorInsightsSummary.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBContributorInsightsSummary *> *_Nullable contributorInsightsSummaries;
Swift
var contributorInsightsSummaries: [AWSDynamoDBContributorInsightsSummary]? { get set }
-
A token to go to the next page if there is one.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }