Class: Aws::DevOpsGuru::Types::ListInsightsOngoingStatusFilter

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

Overview

Used to filter for insights that have the status ONGOING.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Use to filter for either REACTIVE or PROACTIVE insights.

Returns:

  • (String)


1836
1837
1838
1839
1840
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1836

class ListInsightsOngoingStatusFilter < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end