AWSDynamoDBContributorInsightsSummary
Objective-C
@interface AWSDynamoDBContributorInsightsSummary
Swift
class AWSDynamoDBContributorInsightsSummary
Represents a Contributor Insights summary entry.
-
Describes the current status for contributor insights for the given table and index, if applicable.
Declaration
Objective-C
@property (nonatomic) AWSDynamoDBContributorInsightsStatus contributorInsightsStatus;
Swift
var contributorInsightsStatus: AWSDynamoDBContributorInsightsStatus { get set }
-
Name of the index associated with the summary, if any.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;
Swift
var indexName: String? { get set }
-
Name of the table associated with the summary.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tableName;
Swift
var tableName: String? { get set }