Class: Aws::DynamoDB::Types::UpdateContributorInsightsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contributor_insights_modeString

The updated mode of CloudWatch Contributor Insights that determines whether to monitor all access and throttled events or to track throttled events exclusively.



10067
10068
10069
10070
10071
10072
10073
10074
# File 'lib/aws-sdk-dynamodb/types.rb', line 10067

class UpdateContributorInsightsOutput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_status,
  :contributor_insights_mode)
  SENSITIVE = []
  include Aws::Structure
end

#contributor_insights_statusString

The status of contributor insights



10067
10068
10069
10070
10071
10072
10073
10074
# File 'lib/aws-sdk-dynamodb/types.rb', line 10067

class UpdateContributorInsightsOutput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_status,
  :contributor_insights_mode)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the global secondary index, if applicable.



10067
10068
10069
10070
10071
10072
10073
10074
# File 'lib/aws-sdk-dynamodb/types.rb', line 10067

class UpdateContributorInsightsOutput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_status,
  :contributor_insights_mode)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table.



10067
10068
10069
10070
10071
10072
10073
10074
# File 'lib/aws-sdk-dynamodb/types.rb', line 10067

class UpdateContributorInsightsOutput < Struct.new(
  :table_name,
  :index_name,
  :contributor_insights_status,
  :contributor_insights_mode)
  SENSITIVE = []
  include Aws::Structure
end