Class: Aws::Types::UpdateContributorInsightsOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContributorInsightsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contributor_insights_mode ⇒ "ACCESSED_AND_THROTTLED_KEYS", "THROTTLED_KEYS"
Returns the value of attribute contributor_insights_mode.
-
#contributor_insights_status ⇒ "ENABLING", ...
Returns the value of attribute contributor_insights_status.
-
#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_mode ⇒ "ACCESSED_AND_THROTTLED_KEYS", "THROTTLED_KEYS"
Returns the value of attribute contributor_insights_mode.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def contributor_insights_mode @contributor_insights_mode end |
#contributor_insights_status ⇒ "ENABLING", ...
Returns the value of attribute contributor_insights_status.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def contributor_insights_status @contributor_insights_status end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def index_name @index_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def table_name @table_name end |