class Amazonite::DynamoDB::ListContributorInsightsInput

Included Modules

Defined in:

dynamodb/list_contributor_insights_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(table_name : String | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def max_results : Int32 | Nil #

Maximum number of results to return per page.


[View source]
def max_results=(max_results : Int32 | Nil) #

Maximum number of results to return per page.


[View source]
def next_token : String | Nil #

A token to for the desired page, if there is one.


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

A token to for the desired page, if there is one.


[View source]
def table_name : String | Nil #

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.


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

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.


[View source]
def validate! : Nil #

[View source]