class
Amazonite::DynamoDB::DescribeContributorInsightsOutput
- Amazonite::DynamoDB::DescribeContributorInsightsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_contributor_insights_output.crConstructors
- .new(pull : JSON::PullParser)
- .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)
- .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
The mode of CloudWatch Contributor Insights for DynamoDB that determines which events are emitted.
-
#contributor_insights_mode=(contributor_insights_mode : ContributorInsightsMode | Nil)
The mode of CloudWatch Contributor Insights for DynamoDB that determines which events are emitted.
-
#contributor_insights_rule_list : Array(String) | Nil
List of names of the associated contributor insights rules.
-
#contributor_insights_rule_list=(contributor_insights_rule_list : Array(String) | Nil)
List of names of the associated contributor insights rules.
-
#contributor_insights_status : ContributorInsightsStatus | Nil
Current status of contributor insights.
-
#contributor_insights_status=(contributor_insights_status : ContributorInsightsStatus | Nil)
Current status of contributor insights.
-
#failure_exception : FailureException | Nil
Returns information about the last failure that was encountered.
-
#failure_exception=(failure_exception : FailureException | Nil)
Returns information about the last failure that was encountered.
-
#hash(hasher)
See
Object#hash(hasher) -
#index_name : String | Nil
The name of the global secondary index being described.
-
#index_name=(index_name : String | Nil)
The name of the global secondary index being described.
-
#last_update_date_time : Time | Nil
Timestamp of the last time the status was changed.
-
#last_update_date_time=(last_update_date_time : Time | Nil)
Timestamp of the last time the status was changed.
-
#table_name : String | Nil
The name of the table being described.
-
#table_name=(table_name : String | Nil)
The name of the table being described.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
List of names of the associated contributor insights rules.
List of names of the associated contributor insights rules.
Current status of contributor insights.
Current status of contributor insights.
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.
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.
The name of the global secondary index being described.
Timestamp of the last time the status was changed.