Class: Aws::Types::DescribeContributorInsightsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContributorInsightsOutput
- 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_rule_list ⇒ ::Array[::String]
Returns the value of attribute contributor_insights_rule_list.
-
#contributor_insights_status ⇒ "ENABLING", ...
Returns the value of attribute contributor_insights_status.
-
#failure_exception ⇒ Types::FailureException
Returns the value of attribute failure_exception.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#last_update_date_time ⇒ ::Time
Returns the value of attribute last_update_date_time.
-
#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.
487 488 489 |
# File 'sig/types.rbs', line 487 def contributor_insights_mode @contributor_insights_mode end |
#contributor_insights_rule_list ⇒ ::Array[::String]
Returns the value of attribute contributor_insights_rule_list.
483 484 485 |
# File 'sig/types.rbs', line 483 def contributor_insights_rule_list @contributor_insights_rule_list end |
#contributor_insights_status ⇒ "ENABLING", ...
Returns the value of attribute contributor_insights_status.
484 485 486 |
# File 'sig/types.rbs', line 484 def contributor_insights_status @contributor_insights_status end |
#failure_exception ⇒ Types::FailureException
Returns the value of attribute failure_exception.
486 487 488 |
# File 'sig/types.rbs', line 486 def failure_exception @failure_exception end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
482 483 484 |
# File 'sig/types.rbs', line 482 def index_name @index_name end |
#last_update_date_time ⇒ ::Time
Returns the value of attribute last_update_date_time.
485 486 487 |
# File 'sig/types.rbs', line 485 def last_update_date_time @last_update_date_time end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
481 482 483 |
# File 'sig/types.rbs', line 481 def table_name @table_name end |