class
Amazonite::DynamoDB::ContributorInsightsSummary
- Amazonite::DynamoDB::ContributorInsightsSummary
- Reference
- Object
Overview
Represents a Contributor Insights summary entry.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/contributor_insights_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_name : String | Nil = nil, index_name : String | Nil = nil, contributor_insights_status : ContributorInsightsStatus | Nil = nil, contributor_insights_mode : ContributorInsightsMode | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#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.
-
#contributor_insights_status : ContributorInsightsStatus | Nil
Describes the current status for contributor insights for the given table and index, if applicable.
-
#contributor_insights_status=(contributor_insights_status : ContributorInsightsStatus | Nil)
Describes the current status for contributor insights for the given table and index, if applicable.
-
#hash(hasher)
See
Object#hash(hasher) -
#index_name : String | Nil
Name of the index associated with the summary, if any.
-
#index_name=(index_name : String | Nil)
Name of the index associated with the summary, if any.
-
#table_name : String | Nil
Name of the table associated with the summary.
-
#table_name=(table_name : String | Nil)
Name of the table associated with the summary.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
Describes the current status for contributor insights for the given table and index, if applicable.
Describes the current status for contributor insights for the given table and index, if applicable.