pub struct DescribeContributorInsightsOutput {
pub contributor_insights_rule_list: Option<Vec<String>>,
pub contributor_insights_status: Option<String>,
pub failure_exception: Option<FailureException>,
pub index_name: Option<String>,
pub last_update_date_time: Option<f64>,
pub table_name: Option<String>,
}
Fields§
§contributor_insights_rule_list: Option<Vec<String>>
List of names of the associated Alpine rules.
contributor_insights_status: Option<String>
Current Status contributor insights.
failure_exception: Option<FailureException>
Returns information about the last failure that 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.
index_name: Option<String>
The name of the global secondary index being described.
last_update_date_time: Option<f64>
Timestamp of the last time the status was changed.
table_name: Option<String>
The name of the table being described.
Trait Implementations§
Source§impl Clone for DescribeContributorInsightsOutput
impl Clone for DescribeContributorInsightsOutput
Source§fn clone(&self) -> DescribeContributorInsightsOutput
fn clone(&self) -> DescribeContributorInsightsOutput
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Default for DescribeContributorInsightsOutput
impl Default for DescribeContributorInsightsOutput
Source§fn default() -> DescribeContributorInsightsOutput
fn default() -> DescribeContributorInsightsOutput
Source§impl<'de> Deserialize<'de> for DescribeContributorInsightsOutput
impl<'de> Deserialize<'de> for DescribeContributorInsightsOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl PartialEq for DescribeContributorInsightsOutput
impl PartialEq for DescribeContributorInsightsOutput
Source§fn eq(&self, other: &DescribeContributorInsightsOutput) -> bool
fn eq(&self, other: &DescribeContributorInsightsOutput) -> bool
self
and other
values to be equal, and is used by ==
.