AWSDynamoDBListContributorInsightsInput
Objective-C
@interface AWSDynamoDBListContributorInsightsInput
Swift
class AWSDynamoDBListContributorInsightsInput
-
Maximum number of results to return per page.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
A token to for the desired page, if there is one.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tableName;
Swift
var tableName: String? { get set }