class Amazonite::DynamoDB::ContributorInsightsSummary

Overview

Represents a Contributor Insights summary entry.

Included Modules

Defined in:

dynamodb/contributor_insights_summary.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 #

Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks 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) #

Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.


[View source]
def contributor_insights_status : ContributorInsightsStatus | Nil #

Describes the current status for contributor insights for the given table and index, if applicable.


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

Describes the current status for contributor insights for the given table and index, if applicable.


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

See Object#hash(hasher)


def index_name : String | Nil #

Name of the index associated with the summary, if any.


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

Name of the index associated with the summary, if any.


[View source]
def table_name : String | Nil #

Name of the table associated with the summary.


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

Name of the table associated with the summary.


[View source]
def validate! : Nil #

[View source]