Class: Aws::DynamoDB::Types::ListContributorInsightsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contributor_insights_summariesArray<Types::ContributorInsightsSummary>

A list of ContributorInsightsSummary.



5163
5164
5165
5166
5167
5168
# File 'lib/aws-sdk-dynamodb/types.rb', line 5163

class ListContributorInsightsOutput < Struct.new(
  :contributor_insights_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to go to the next page if there is one.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
# File 'lib/aws-sdk-dynamodb/types.rb', line 5163

class ListContributorInsightsOutput < Struct.new(
  :contributor_insights_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end