AWSDynamoDBContributorInsightsAction

Objective-C

NS_ENUM(NSInteger, AWSDynamoDBContributorInsightsAction) {
    AWSDynamoDBContributorInsightsActionUnknown,
    AWSDynamoDBContributorInsightsActionEnable,
    AWSDynamoDBContributorInsightsActionDisable,
}

Swift

enum AWSDynamoDBContributorInsightsAction : Int, @unchecked Sendable

Undocumented