class Amazonite::DynamoDB::UpdateContributorInsightsInput

Included Modules

Defined in:

dynamodb/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, contributor_insights_mode : ContributorInsightsMode | Nil = nil) #

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

[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 contributor_insights_action : ContributorInsightsAction #

Represents the contributor insights action.


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

Represents the contributor insights action.


[View source]
def contributor_insights_mode : ContributorInsightsMode | Nil #

Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.


[View source]
def contributor_insights_mode=(contributor_insights_mode : ContributorInsightsMode | Nil) #

Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.


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

See Object#hash(hasher)


def index_name : String | Nil #

The global secondary index name, if applicable.


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

The global secondary index name, if applicable.


[View source]
def table_name : String #

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) #

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]