Class: Aws::Types::UpdateContributorInsightsInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContributorInsightsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contributor_insights_action ⇒ "ENABLE", "DISABLE"
Returns the value of attribute contributor_insights_action.
-
#contributor_insights_mode ⇒ "ACCESSED_AND_THROTTLED_KEYS", "THROTTLED_KEYS"
Returns the value of attribute contributor_insights_mode.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#contributor_insights_action ⇒ "ENABLE", "DISABLE"
Returns the value of attribute contributor_insights_action.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def contributor_insights_action @contributor_insights_action end |
#contributor_insights_mode ⇒ "ACCESSED_AND_THROTTLED_KEYS", "THROTTLED_KEYS"
Returns the value of attribute contributor_insights_mode.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def contributor_insights_mode @contributor_insights_mode end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def index_name @index_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def table_name @table_name end |