Class: Aws::DevOpsGuru::Types::SearchOrganizationInsightsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Returns:

  • (String)


4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4213

class SearchOrganizationInsightsResponse < Struct.new(
  :proactive_insights,
  :reactive_insights,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#proactive_insightsArray<Types::ProactiveInsightSummary>

An integer that specifies the number of open proactive insights in your Amazon Web Services account.

Returns:



4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4213

class SearchOrganizationInsightsResponse < Struct.new(
  :proactive_insights,
  :reactive_insights,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#reactive_insightsArray<Types::ReactiveInsightSummary>

An integer that specifies the number of open reactive insights in your Amazon Web Services account.

Returns:



4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4213

class SearchOrganizationInsightsResponse < Struct.new(
  :proactive_insights,
  :reactive_insights,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end