Class: Aws::Types::SearchOrganizationInsightsResponse

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:



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.

Returns:



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.

Returns:



944
945
946
# File 'sig/types.rbs', line 944

def reactive_insights
  @reactive_insights
end