Class: Aws::DevOpsGuru::Types::ListInsightsStatusFilter

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

Overview

A filter used by ListInsights to specify which insights to return.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anyTypes::ListInsightsAnyStatusFilter

A ListInsightsAnyStatusFilter that specifies insights of any status that are either REACTIVE or PROACTIVE.



1910
1911
1912
1913
1914
1915
1916
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1910

class ListInsightsStatusFilter < Struct.new(
  :ongoing,
  :closed,
  :any)
  SENSITIVE = []
  include Aws::Structure
end

#closedTypes::ListInsightsClosedStatusFilter

A ListInsightsClosedStatusFilter that specifies closed insights that are either REACTIVE or PROACTIVE.



1910
1911
1912
1913
1914
1915
1916
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1910

class ListInsightsStatusFilter < Struct.new(
  :ongoing,
  :closed,
  :any)
  SENSITIVE = []
  include Aws::Structure
end

#ongoingTypes::ListInsightsOngoingStatusFilter

A ListInsightsAnyStatusFilter that specifies ongoing insights that are either REACTIVE or PROACTIVE.



1910
1911
1912
1913
1914
1915
1916
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1910

class ListInsightsStatusFilter < Struct.new(
  :ongoing,
  :closed,
  :any)
  SENSITIVE = []
  include Aws::Structure
end