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.



5292
5293
5294
5295
5296
5297
# File 'lib/aws-sdk-dynamodb/types.rb', line 5292

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)


5292
5293
5294
5295
5296
5297
# File 'lib/aws-sdk-dynamodb/types.rb', line 5292

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