AWSDynamoDBUpdateContributorInsightsInput
Objective-C
@interface AWSDynamoDBUpdateContributorInsightsInput
Swift
class AWSDynamoDBUpdateContributorInsightsInput
-
Represents the contributor insights action.
Declaration
Objective-C
@property (nonatomic) AWSDynamoDBContributorInsightsAction contributorInsightsAction;
Swift
var contributorInsightsAction: AWSDynamoDBContributorInsightsAction { get set }
-
The global secondary index name, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;
Swift
var indexName: 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 }