Table of Contents

Class UpdateContributorInsightsResponse

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

This is the response object from the UpdateContributorInsights operation.

public class UpdateContributorInsightsResponse : AmazonWebServiceResponse
Inheritance
UpdateContributorInsightsResponse

Constructors

UpdateContributorInsightsResponse()

public UpdateContributorInsightsResponse()

Properties

ContributorInsightsStatus

Gets and sets the property ContributorInsightsStatus.

The status of contributor insights

public ContributorInsightsStatus ContributorInsightsStatus { get; set; }

Property Value

ContributorInsightsStatus

IndexName

Gets and sets the property IndexName.

The name of the global secondary index, if applicable.

public string IndexName { get; set; }

Property Value

string

TableName

Gets and sets the property TableName.

The name of the table.

public string TableName { get; set; }

Property Value

string