class Amazonite::DynamoDB::DescribeContributorInsightsOutput

Included Modules

Defined in:

dynamodb/describe_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_rule_list : Array(String) | Nil = nil, contributor_insights_status : ContributorInsightsStatus | Nil = nil, last_update_date_time : Time | Nil = nil, failure_exception : FailureException | 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 mode of CloudWatch Contributor Insights for DynamoDB that determines which events are emitted. Can be set to track all access and throttled events or throttled events only.


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

The mode of CloudWatch Contributor Insights for DynamoDB that determines which events are emitted. Can be set to track all access and throttled events or throttled events only.


[View source]
def contributor_insights_rule_list : Array(String) | Nil #

List of names of the associated contributor insights rules.


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

List of names of the associated contributor insights rules.


[View source]
def contributor_insights_status : ContributorInsightsStatus | Nil #

Current status of contributor insights.


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

Current status of contributor insights.


[View source]
def failure_exception : FailureException | Nil #

Returns information about the last failure that was encountered.

The most common exceptions for a FAILED status are:

  • LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.

  • AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.

  • AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.

  • InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.


[View source]
def failure_exception=(failure_exception : FailureException | Nil) #

Returns information about the last failure that was encountered.

The most common exceptions for a FAILED status are:

  • LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.

  • AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.

  • AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.

  • InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.


[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 being described.


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

The name of the global secondary index being described.


[View source]
def last_update_date_time : Time | Nil #

Timestamp of the last time the status was changed.


[View source]
def last_update_date_time=(last_update_date_time : Time | Nil) #

Timestamp of the last time the status was changed.


[View source]
def table_name : String | Nil #

The name of the table being described.


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

The name of the table being described.


[View source]
def validate! : Nil #

[View source]