class Amazonite::DynamoDB::UpdateContributorInsightsOutput

Included Modules

Defined in:

dynamodb/update_contributor_insights_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(table_name : String | Nil = nil, index_name : String | Nil = nil, contributor_insights_status : ContributorInsightsStatus | Nil = nil, contributor_insights_mode : ContributorInsightsMode | 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 contributor_insights_mode : ContributorInsightsMode | Nil #

The updated mode of CloudWatch Contributor Insights that determines whether to monitor all access and throttled events or to track throttled events exclusively.


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

The updated mode of CloudWatch Contributor Insights that determines whether to monitor all access and throttled events or to track throttled events exclusively.


[View source]
def contributor_insights_status : ContributorInsightsStatus | Nil #

The status of contributor insights


[View source]
def contributor_insights_status=(contributor_insights_status : ContributorInsightsStatus | Nil) #

The status of contributor insights


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

See Object#hash(hasher)


def index_name : String | Nil #

The name of the global secondary index, if applicable.


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

The name of the global secondary index, if applicable.


[View source]
def table_name : String | Nil #

The name of the table.


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

The name of the table.


[View source]
def validate! : Nil #

[View source]