Class: Aws::Types::SearchOrganizationInsightsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchOrganizationInsightsResponse
- 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.
945 946 947 |
# File 'sig/types.rbs', line 945 def next_token @next_token end |
#proactive_insights ⇒ ::Array[Types::ProactiveInsightSummary]
Returns the value of attribute proactive_insights.
943 944 945 |
# File 'sig/types.rbs', line 943 def proactive_insights @proactive_insights end |
#reactive_insights ⇒ ::Array[Types::ReactiveInsightSummary]
Returns the value of attribute reactive_insights.
944 945 946 |
# File 'sig/types.rbs', line 944 def reactive_insights @reactive_insights end |