class Amazonite::DynamoDB::ListContributorInsightsOutput

Included Modules

Defined in:

dynamodb/list_contributor_insights_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(contributor_insights_summaries : Array(ContributorInsightsSummary) | Nil = nil, next_token : String | Nil = nil) #

[View source]

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.


[View source]
def contributor_insights_summaries=(contributor_insights_summaries : Array(ContributorInsightsSummary) | Nil) #

A list of ContributorInsightsSummary.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def next_token : String | Nil #

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


[View source]
def next_token=(next_token : String | Nil) #

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


[View source]
def validate! : Nil #

[View source]