Class: Aws::Types::ListInsightsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



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.

Returns:



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.

Returns:



478
479
480
# File 'sig/types.rbs', line 478

def reactive_insights
  @reactive_insights
end