Class: Aws::Types::ListContributorInsightsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListContributorInsightsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contributor_insights_summaries ⇒ ::Array[Types::ContributorInsightsSummary]
Returns the value of attribute contributor_insights_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contributor_insights_summaries ⇒ ::Array[Types::ContributorInsightsSummary]
Returns the value of attribute contributor_insights_summaries.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def contributor_insights_summaries @contributor_insights_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def next_token @next_token end |