AWSDynamoDBContributorInsightsAction
Objective-C
NS_ENUM(NSInteger, AWSDynamoDBContributorInsightsAction) {
AWSDynamoDBContributorInsightsActionUnknown,
AWSDynamoDBContributorInsightsActionEnable,
AWSDynamoDBContributorInsightsActionDisable,
}
Swift
enum AWSDynamoDBContributorInsightsAction : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSDynamoDBContributorInsightsActionUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSDynamoDBContributorInsightsActionEnable
Swift
case enable = 1
-
Undocumented
Declaration
Objective-C
AWSDynamoDBContributorInsightsActionDisable
Swift
case disable = 2