Table of Contents

Class DescribeContributorInsightsRequest

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

Container for the parameters to the DescribeContributorInsights operation. Returns information about contributor insights, for a given table or global secondary index.

public class DescribeContributorInsightsRequest : AmazonDynamoDBRequest
Inheritance
DescribeContributorInsightsRequest

Constructors

DescribeContributorInsightsRequest()

public DescribeContributorInsightsRequest()

Properties

IndexName

Gets and sets the property IndexName.

The name of the global secondary index to describe, if applicable.

public string IndexName { get; set; }

Property Value

string

TableName

Gets and sets the property TableName.

The name of the table to describe.

public string TableName { get; set; }

Property Value

string