AWSDynamoDBUpdateContributorInsightsOutput

Objective-C

@interface AWSDynamoDBUpdateContributorInsightsOutput

Swift

class AWSDynamoDBUpdateContributorInsightsOutput
  • The status of contributor insights

    Declaration

    Objective-C

    @property (nonatomic) AWSDynamoDBContributorInsightsStatus contributorInsightsStatus;

    Swift

    var contributorInsightsStatus: AWSDynamoDBContributorInsightsStatus { get set }
  • The name of the global secondary index, if applicable.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable indexName;

    Swift

    var indexName: String? { get set }
  • The name of the table.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable tableName;

    Swift

    var tableName: String? { get set }