Class: Aws::DynamoDB::Types::DescribeContributorInsightsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contributor_insights_rule_listArray<String>

List of names of the associated contributor insights rules.

Returns:

  • (Array<String>)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2719

class DescribeContributorInsightsOutput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_rule_list,
  :contributor_insights_status,
  :last_update_date_time,
  :failure_exception)
  SENSITIVE = []
  include Aws::Structure
end

#contributor_insights_statusString

Current status of contributor insights.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2719

class DescribeContributorInsightsOutput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_rule_list,
  :contributor_insights_status,
  :last_update_date_time,
  :failure_exception)
  SENSITIVE = []
  include Aws::Structure
end

#failure_exceptionTypes::FailureException

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.



2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2719

class DescribeContributorInsightsOutput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_rule_list,
  :contributor_insights_status,
  :last_update_date_time,
  :failure_exception)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the global secondary index being described.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2719

class DescribeContributorInsightsOutput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_rule_list,
  :contributor_insights_status,
  :last_update_date_time,
  :failure_exception)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_date_timeTime

Timestamp of the last time the status was changed.

Returns:

  • (Time)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2719

class DescribeContributorInsightsOutput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_rule_list,
  :contributor_insights_status,
  :last_update_date_time,
  :failure_exception)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table being described.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2719

class DescribeContributorInsightsOutput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_rule_list,
  :contributor_insights_status,
  :last_update_date_time,
  :failure_exception)
  SENSITIVE = []
  include Aws::Structure
end