Class: Aws::DevOpsGuru::Types::ListAnomaliesForInsightResponse

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)


1631
1632
1633
1634
1635
1636
1637
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1631

class ListAnomaliesForInsightResponse < Struct.new(
  :proactive_anomalies,
  :reactive_anomalies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#proactive_anomaliesArray<Types::ProactiveAnomalySummary>

An array of ProactiveAnomalySummary objects that represent the requested anomalies

Returns:



1631
1632
1633
1634
1635
1636
1637
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1631

class ListAnomaliesForInsightResponse < Struct.new(
  :proactive_anomalies,
  :reactive_anomalies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#reactive_anomaliesArray<Types::ReactiveAnomalySummary>

An array of ReactiveAnomalySummary objects that represent the requested anomalies

Returns:



1631
1632
1633
1634
1635
1636
1637
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1631

class ListAnomaliesForInsightResponse < Struct.new(
  :proactive_anomalies,
  :reactive_anomalies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end