Class: Aws::Types::SearchInsightsResponse

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:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def next_token
  @next_token
end

#proactive_insights::Array[Types::ProactiveInsightSummary]

Returns the value of attribute proactive_insights.

Returns:



918
919
920
# File 'sig/types.rbs', line 918

def proactive_insights
  @proactive_insights
end

#reactive_insights::Array[Types::ReactiveInsightSummary]

Returns the value of attribute reactive_insights.

Returns:



919
920
921
# File 'sig/types.rbs', line 919

def reactive_insights
  @reactive_insights
end