class
Amazonite::DynamoDB::ListContributorInsightsOutput
- Amazonite::DynamoDB::ListContributorInsightsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/list_contributor_insights_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(contributor_insights_summaries : Array(ContributorInsightsSummary) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#contributor_insights_summaries : Array(ContributorInsightsSummary) | Nil
A list of ContributorInsightsSummary.
-
#contributor_insights_summaries=(contributor_insights_summaries : Array(ContributorInsightsSummary) | Nil)
A list of ContributorInsightsSummary.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
A token to go to the next page if there is one.
-
#next_token=(next_token : String | Nil)
A token to go to the next page if there is one.
- #validate! : Nil
Constructor Detail
def self.new(contributor_insights_summaries : Array(ContributorInsightsSummary) | Nil = nil, next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def contributor_insights_summaries : Array(ContributorInsightsSummary) | Nil
#
A list of ContributorInsightsSummary.
def contributor_insights_summaries=(contributor_insights_summaries : Array(ContributorInsightsSummary) | Nil)
#
A list of ContributorInsightsSummary.