Class ListContributorInsightsResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the ListContributorInsights operation.
public class ListContributorInsightsResponse : AmazonWebServiceResponse
- Inheritance
-
ListContributorInsightsResponse
Constructors
ListContributorInsightsResponse()
public ListContributorInsightsResponse()
Properties
ContributorInsightsSummaries
Gets and sets the property ContributorInsightsSummaries.
A list of ContributorInsightsSummary.
public List<ContributorInsightsSummary> ContributorInsightsSummaries { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
A token to go to the next page if there is one.
public string NextToken { get; set; }