Class: Aws::DynamoDB::Types::ListContributorInsightsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListContributorInsightsOutput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contributor_insights_summaries ⇒ Array<Types::ContributorInsightsSummary>
A list of ContributorInsightsSummary.
-
#next_token ⇒ String
A token to go to the next page if there is one.
Instance Attribute Details
#contributor_insights_summaries ⇒ Array<Types::ContributorInsightsSummary>
A list of ContributorInsightsSummary.
5385 5386 5387 5388 5389 5390 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5385 class ListContributorInsightsOutput < Struct.new( :contributor_insights_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to go to the next page if there is one.
5385 5386 5387 5388 5389 5390 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5385 class ListContributorInsightsOutput < Struct.new( :contributor_insights_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |