Class: Aws::Types::GetInsightSummariesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetInsightSummariesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#insight_summaries ⇒ ::Array[Types::InsightSummary]
Returns the value of attribute insight_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#insight_summaries ⇒ ::Array[Types::InsightSummary]
Returns the value of attribute insight_summaries.
307 308 309 |
# File 'sig/types.rbs', line 307 def insight_summaries @insight_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
308 309 310 |
# File 'sig/types.rbs', line 308 def next_token @next_token end |