class
Amazonite::DynamoDB::ListContributorInsightsInput
- Amazonite::DynamoDB::ListContributorInsightsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/list_contributor_insights_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_name : String | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
Maximum number of results to return per page.
-
#max_results=(max_results : Int32 | Nil)
Maximum number of results to return per page.
-
#next_token : String | Nil
A token to for the desired page, if there is one.
-
#next_token=(next_token : String | Nil)
A token to for the desired page, if there is one.
-
#table_name : String | Nil
The name of the table.
-
#table_name=(table_name : String | Nil)
The name of the table.
- #validate! : Nil
Constructor Detail
def self.new(table_name : String | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | 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 table_name : String | Nil
#
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
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.