class Amazonite::DynamoDBV2::UpdateContributorInsightsInput

Included Modules

Defined in:

dynamodb_v2/update_contributor_insights_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table_name : String, contributor_insights_action : ContributorInsightsAction, index_name : String | Nil = nil) #

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

[View source]

Instance Method Detail

def contributor_insights_action : ContributorInsightsAction #

[View source]
def contributor_insights_action=(contributor_insights_action : ContributorInsightsAction) #

[View source]
def index_name : String | Nil #

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

[View source]
def table_name : String #

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

[View source]