class Amazonite::DynamoDBV2::UpdateContributorInsightsInput
- Amazonite::DynamoDBV2::UpdateContributorInsightsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/update_contributor_insights_input.crConstructors
- .new(table_name : String, contributor_insights_action : ContributorInsightsAction, index_name : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #contributor_insights_action : ContributorInsightsAction
- #contributor_insights_action=(contributor_insights_action : ContributorInsightsAction)
- #index_name : String | Nil
- #index_name=(index_name : String | Nil)
- #table_name : String
- #table_name=(table_name : String)
Constructor Detail
def self.new(table_name : String, contributor_insights_action : ContributorInsightsAction, index_name : String | Nil = nil)
#
Instance Method Detail
def contributor_insights_action=(contributor_insights_action : ContributorInsightsAction)
#