Class: Aws::Types::ListInsightsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInsightsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#proactive_insights ⇒ ::Array[Types::ProactiveInsightSummary]
Returns the value of attribute proactive_insights.
-
#reactive_insights ⇒ ::Array[Types::ReactiveInsightSummary]
Returns the value of attribute reactive_insights.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
479 480 481 |
# File 'sig/types.rbs', line 479 def next_token @next_token end |
#proactive_insights ⇒ ::Array[Types::ProactiveInsightSummary]
Returns the value of attribute proactive_insights.
477 478 479 |
# File 'sig/types.rbs', line 477 def proactive_insights @proactive_insights end |
#reactive_insights ⇒ ::Array[Types::ReactiveInsightSummary]
Returns the value of attribute reactive_insights.
478 479 480 |
# File 'sig/types.rbs', line 478 def reactive_insights @reactive_insights end |