AWSDynamoDBContributorInsightsAction
Objective-C
NS_ENUM(NSInteger, AWSDynamoDBContributorInsightsAction) {
AWSDynamoDBContributorInsightsActionUnknown,
AWSDynamoDBContributorInsightsActionEnable,
AWSDynamoDBContributorInsightsActionDisable,
}
Swift
enum AWSDynamoDBContributorInsightsAction : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSDynamoDBContributorInsightsActionUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSDynamoDBContributorInsightsActionEnableSwift
case enable = 1 -
Undocumented
Declaration
Objective-C
AWSDynamoDBContributorInsightsActionDisableSwift
case disable = 2
View on GitHub
Install in Dash
AWSDynamoDBContributorInsightsAction Enumeration Reference